diff --git a/shop/cartoption.php b/shop/cartoption.php
index 3a4aa7a68..c13d1fe57 100644
--- a/shop/cartoption.php
+++ b/shop/cartoption.php
@@ -2,7 +2,6 @@
include_once('./_common.php');
$it_id = $_POST['it_id'];
-$idx = $_POST['idx'];
$sql = " select it_id, it_option_subject, it_supply_subject
from {$g4['shop_item_table']}
@@ -33,7 +32,6 @@ if(!mysql_num_rows($result))
-