Index: /branches/version-2_5-dev/data/class/pages/order/LC_Page_Order.php
===================================================================
--- /branches/version-2_5-dev/data/class/pages/order/LC_Page_Order.php	(revision 19784)
+++ /branches/version-2_5-dev/data/class/pages/order/LC_Page_Order.php	(revision 19787)
@@ -76,37 +76,4 @@
 
     /**
-     * モバイルページを初期化する.
-     *
-     * @return void
-     */
-    function mobileInit() {
-        $this->init();
-    }
-
-    /**
-     * Page のプロセス(モバイル).
-     *
-     *
-     * @return void
-     */
-    function mobileProcess() {
-        parent::mobileProcess();
-        $this->mobileAction();
-        $this->sendResponse();
-    }
-
-    /**
-     * Page のアクション(モバイル).
-     *
-     *
-     * @return void
-     */
-    function mobileAction() {
-        $objDb = new SC_Helper_DB_Ex();
-        $this->arrRet = $objDb->sfGetBasisData();
-    }
-
-
-    /**
      * デストラクタ.
      *
Index: /branches/version-2_5-dev/data/class/pages/contact/LC_Page_Contact.php
===================================================================
--- /branches/version-2_5-dev/data/class/pages/contact/LC_Page_Contact.php	(revision 19773)
+++ /branches/version-2_5-dev/data/class/pages/contact/LC_Page_Contact.php	(revision 19787)
@@ -117,33 +117,4 @@
               break;
         }
-    }
-
-    /**
-     * モバイルページを初期化する.
-     *
-     * @return void
-     */
-    function mobileInit() {
-        $this->init();
-    }
-
-    /**
-     * Page のプロセス(モバイル).
-     *
-     * @return void
-     */
-    function mobileProcess() {
-        $this->mobileAction();
-        $this->sendResponse();
-    }
-
-    /**
-     * Page のアクション(モバイル).
-     *
-     * @return void
-     */
-    function mobileAction() {
-        $objDb = new SC_Helper_DB_Ex();
-        $this->CONF = $objDb->sfGetBasisData();			// 店舗基本情報
     }
 
Index: /branches/version-2_5-dev/data/class/pages/forgot/LC_Page_Forgot.php
===================================================================
--- /branches/version-2_5-dev/data/class/pages/forgot/LC_Page_Forgot.php	(revision 19677)
+++ /branches/version-2_5-dev/data/class/pages/forgot/LC_Page_Forgot.php	(revision 19787)
@@ -180,22 +180,4 @@
 
     /**
-     * モバイルページを初期化する.
-     *
-     * @return void
-     */
-    function mobileInit() {
-        $this->init();
-    }
-
-    /**
-     * Page のプロセス(モバイル).
-     *
-     * @return void
-     */
-    function mobileProcess() {
-        $this->process();
-    }
-
-    /**
      * デストラクタ.
      *
Index: /branches/version-2_5-dev/data/class/SC_MobileUserAgent.php
===================================================================
--- /branches/version-2_5-dev/data/class/SC_MobileUserAgent.php	(revision 18701)
+++ /branches/version-2_5-dev/data/class/SC_MobileUserAgent.php	(revision 19787)
@@ -148,26 +148,4 @@
     }
 
-    /**
-     * 携帯端末の場合、モバイルサイトへリダイレクトする
-     *
-     * @return void
-     */
-    function sfAutoRedirectMobileSite() {
-        // 携帯端末ではない場合、処理しない
-        if (SC_MobileUserAgent::isNonMobile()) return;
-
-        $url = SC_Utils_Ex::sfIsHTTPS()
-            ? MOBILE_SSL_URL
-            : MOBILE_SITE_URL
-        ;
-
-        $url .= (preg_match('|^' . URL_DIR . '(.*)$|', $_SERVER['REQUEST_URI'], $matches))
-            ? $matches[1]
-            : ''
-        ;
-
-        header("Location: ". SC_Utils_Ex::sfRmDupSlash($url));
-        exit;
-    }
 }
 ?>
