so, should we go through and remove private everywhere?
replace private with protected? (btw there are a number of "private protected" declarations which is kind of redundant)
or better "protected local" (since private implies local)?
or just local? or "local optional" (since not-public means it's not part of the class signature)?
is this change to late for 7.7? (probably)
greetings, martin.