=== modified file 'uc_product/views/uc_product.views_default.inc'
--- uc_product/views/uc_product.views_default.inc	2009-01-19 19:41:59 +0000
+++ uc_product/views/uc_product.views_default.inc	2009-03-13 21:20:16 +0000
@@ -72,22 +72,6 @@
     );
   }
   $handler->override_option('fields', $fields);
-  $handler->override_option('sorts', array(
-    'ordering' => array(
-      'order' => 'ASC',
-      'id' => 'ordering',
-      'table' => 'uc_products',
-      'field' => 'ordering',
-      'relationship' => 'none',
-    ),
-    'title' => array(
-      'order' => 'ASC',
-      'id' => 'title',
-      'table' => 'node',
-      'field' => 'title',
-      'relationship' => 'none',
-    ),
-  ));
   $handler->override_option('filters', array(
     'status' => array(
       'operator' => '=',

