Removed showStatusMessage from the Installer and WebInstaller classes as it's only...
[lhc/web/wiklou.git] / includes / installer / Installer.php
index 3b48bdd..8038efe 100644 (file)
@@ -98,13 +98,6 @@ abstract class Installer {
         * output format such as HTML or text before being sent to the user.
         */
        public abstract function showMessage( $msg /*, ... */ );
-
-       /**
-        * TODO: doucment
-        * 
-        * @param $status
-        */
-       public abstract function showStatusMessage( $status );  
        
        /**
         * Constructor, always call this from child classes.