Index: branches/version-2_12-dev/data/class/SC_CartSession.php
===================================================================
--- branches/version-2_12-dev/data/class/SC_CartSession.php	(revision 21935)
+++ branches/version-2_12-dev/data/class/SC_CartSession.php	(revision 21979)
@@ -388,17 +388,9 @@
     }
 
-    // カート内にある商品ＩＤを全て取得する
     /**
      * @deprected getAllProductClassID を使用して下さい
      */
     function getAllProductID($productTypeId) {
-        $max = $this->getMax($productTypeId);
-        $productIDs = array();
-        for ($i = 0; $i <= $max; $i++) {
-            if ($this->cartSession[$productTypeId][$i]['cart_no'] != '') {
-                $productIDs[] = $this->cartSession[$productTypeId][$i]['id'][0];
-            }
-        }
-        return $productIDs;
+        trigger_error('正しく動作しないメソッドが呼び出されました。', E_USER_ERROR);
     }
 
