pharo
pharo copied to clipboard
Cleanup Shout
- Remove #stylingEnabled: because this is never used and if we do not want to style a text, we should not give it to the styler
- Remove #text ivar that is unused
- Remove #plugins that are unused
Fixes #16310
The plugins where added fairly recently, see https://github.com/pharo-project/pharo/pull/12429
@jecisc cyril I think that I will integrate this. I do not see how the fact that pluging are recent changes the fact that the styler does not use them.
I verified and the plugin variable was not used at all so this is clearly deadcode.