* Removed messages in English, they'll be inherited from the parent.
[lhc/web/wiklou.git] / includes / Namespace.php
index 625a2aa..f0992a7 100644 (file)
@@ -32,8 +32,6 @@ $wgCanonicalNamespaceNames = array(
        NS_HELP_TALK        => 'Help_talk',
        NS_CATEGORY             => 'Category',
        NS_CATEGORY_TALK    => 'Category_talk',
-    
-       NS_THREAD               => 'Thread' // Reserved for Forum-like
 );
 
 if( defined( 'MEDIAWIKI' ) && is_array( $wgExtraNamespaces ) ) {
@@ -53,18 +51,6 @@ if( defined( 'MEDIAWIKI' ) && is_array( $wgExtraNamespaces ) ) {
  */
 class Namespace {
 
-       /**#@+
-        * These functions are deprecated
-        * @deprecated
-        */
-       function getSpecial() { return NS_SPECIAL; }
-       function getUser() { return NS_USER; }
-       function getWikipedia() { return NS_PROJECT; }
-       function getImage() { return NS_IMAGE; }
-       function getMedia() { return NS_MEDIA; }
-       function getCategory() { return NS_CATEGORY; }
-       /**#@-*/
-
        /**
         * Check if the given namespace might be moved
         * @return bool