Deprecation: #85978 - GraphicalFunctions->init
See forge#85978
Description
The init method of
Graphical was used as a constructor to set up various internal properties, and is now transfered into a real constructor, making the extra call to
init obsolete.
Impact
Calling the method directly will trigger a PHP
E_ error.
Affected Installations
Any TYPO3 installation with extensions directly calling this method.
Migration
No migration is needed, the constructor of
Graphical takes care of the initalization of all settings.