Continued:
[core.git] / framework / main / classes / class_BaseFrameworkSystem.php
index 07e0e601029ac0ee6f8ddb11a8218136ec5238b6..5875c00ff59cc6220d010da70a3c8ad93a83f7fd 100644 (file)
@@ -875,26 +875,6 @@ abstract class BaseFrameworkSystem extends stdClass implements FrameworkInterfac
                return $compressorInstance;
        }
 
-       /**
-        * Protected getter for a manageable application helper class
-        *
-        * @return      $applicationInstance    An instance of a manageable application helper class
-        */
-       protected final function getApplicationInstance () {
-               $applicationInstance = GenericRegistry::getRegistry()->getInstance('application');
-               return $applicationInstance;
-       }
-
-       /**
-        * Setter for a manageable application helper class
-        *
-        * @param       $applicationInstance    An instance of a manageable application helper class
-        * @return      void
-        */
-       public final function setApplicationInstance (ManageableApplication $applicationInstance) {
-               GenericRegistry::getRegistry()->addInstance('application', $applicationInstance);
-       }
-
        /**
         * Private getter for language instance
         *