Index: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_DownLoad.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_DownLoad.php	(revision 19805)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_DownLoad.php	(revision 19911)
@@ -52,16 +52,5 @@
      */
     function process() {
-        parent::process();
-        $this->action();
-        $this->sendResponse();
-    }
-
-    /**
-     * Page のAction.
-     *
-     * @return void
-     */
-    function action() {
-    	ob_end_clean();
+        ob_end_clean();
 
         $customer_id = $_SESSION['customer']['customer_id'];
@@ -84,12 +73,5 @@
             SC_Utils_Ex::sfDispSiteError(CUSTOMER_ERROR);
         }
-    }
 
-    /**
-     * Page のResponse.
-     * @return void
-     */
-    function  sendResponse() {
-        $this->objDisp->noAction();
         //DBから商品情報の読込
         $arrForm = $this->lfGetRealFileName($customer_id, $order_id, $product_id, $product_class_id);
