Merge "Remove deprecated mw.Api.errors and mw.Api.warnings"
[lhc/web/wiklou.git] / includes / resourceloader / ResourceLoaderModule.php
index a7fee85..c376fa7 100644 (file)
@@ -335,17 +335,6 @@ abstract class ResourceLoaderModule implements LoggerAwareInterface {
                return 'local';
        }
 
-       /**
-        * Whether this module's JS expects to work without the client-side ResourceLoader module.
-        * Returning true from this function will prevent mw.loader.state() call from being
-        * appended to the bottom of the script.
-        *
-        * @return bool
-        */
-       public function isRaw() {
-               return false;
-       }
-
        /**
         * Get a list of modules this module depends on.
         *