From 3f7f72cccedfd4e338a54fea7b377f6c2bdf2507 Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Fri, 16 Nov 2012 10:07:27 +0100
Subject: [PATCH] Not used methods.

---
 .../Base_getNotCategoryRelatedList.xml        | 124 -----------------
 ...isedSimulationStateCategoryRelatedList.xml | 126 ------------------
 master/bt5/vifib_base/bt/revision             |   2 +-
 3 files changed, 1 insertion(+), 251 deletions(-)
 delete mode 100644 master/bt5/vifib_base/SkinTemplateItem/portal_skins/vifib_simulation/Base_getNotCategoryRelatedList.xml
 delete mode 100644 master/bt5/vifib_base/SkinTemplateItem/portal_skins/vifib_simulation/Base_getNotSynchronisedSimulationStateCategoryRelatedList.xml

diff --git a/master/bt5/vifib_base/SkinTemplateItem/portal_skins/vifib_simulation/Base_getNotCategoryRelatedList.xml b/master/bt5/vifib_base/SkinTemplateItem/portal_skins/vifib_simulation/Base_getNotCategoryRelatedList.xml
deleted file mode 100644
index ab8693085..000000000
--- a/master/bt5/vifib_base/SkinTemplateItem/portal_skins/vifib_simulation/Base_getNotCategoryRelatedList.xml
+++ /dev/null
@@ -1,124 +0,0 @@
-<?xml version="1.0"?>
-<ZopeData>
-  <record id="1" aka="AAAAAAAAAAE=">
-    <pickle>
-      <global name="SQL" module="Products.ZSQLMethods.SQL"/>
-    </pickle>
-    <pickle>
-      <dictionary>
-        <item>
-            <key> <string>_col</string> </key>
-            <value>
-              <list>
-                <dictionary>
-                  <item>
-                      <key> <string>name</string> </key>
-                      <value> <string>uid</string> </value>
-                  </item>
-                  <item>
-                      <key> <string>null</string> </key>
-                      <value> <int>0</int> </value>
-                  </item>
-                  <item>
-                      <key> <string>type</string> </key>
-                      <value> <string>l</string> </value>
-                  </item>
-                  <item>
-                      <key> <string>width</string> </key>
-                      <value> <int>7</int> </value>
-                  </item>
-                </dictionary>
-                <dictionary>
-                  <item>
-                      <key> <string>name</string> </key>
-                      <value> <string>path</string> </value>
-                  </item>
-                  <item>
-                      <key> <string>null</string> </key>
-                      <value> <int>0</int> </value>
-                  </item>
-                  <item>
-                      <key> <string>type</string> </key>
-                      <value> <string>t</string> </value>
-                  </item>
-                  <item>
-                      <key> <string>width</string> </key>
-                      <value> <int>41</int> </value>
-                  </item>
-                </dictionary>
-              </list>
-            </value>
-        </item>
-        <item>
-            <key> <string>allow_simple_one_argument_traversal</string> </key>
-            <value>
-              <none/>
-            </value>
-        </item>
-        <item>
-            <key> <string>arguments_src</string> </key>
-            <value> <string>portal_type_list\r\n
-simulation_state_list\r\n
-base_category_uid\r\n
-</string> </value>
-        </item>
-        <item>
-            <key> <string>cache_time_</string> </key>
-            <value> <int>0</int> </value>
-        </item>
-        <item>
-            <key> <string>class_file_</string> </key>
-            <value> <string>ZSQLCatalog.zsqlbrain</string> </value>
-        </item>
-        <item>
-            <key> <string>class_name_</string> </key>
-            <value> <string>ZSQLBrain</string> </value>
-        </item>
-        <item>
-            <key> <string>connection_hook</string> </key>
-            <value> <string></string> </value>
-        </item>
-        <item>
-            <key> <string>connection_id</string> </key>
-            <value> <string>erp5_sql_connection</string> </value>
-        </item>
-        <item>
-            <key> <string>id</string> </key>
-            <value> <string>Base_getNotCategoryRelatedList</string> </value>
-        </item>
-        <item>
-            <key> <string>max_cache_</string> </key>
-            <value> <int>100</int> </value>
-        </item>
-        <item>
-            <key> <string>max_rows_</string> </key>
-            <value> <int>1000</int> </value>
-        </item>
-        <item>
-            <key> <string>src</string> </key>
-            <value> <string encoding="cdata"><![CDATA[
-
-select\n
-  catalog.uid, catalog.path from catalog, movement\n
-where\n
-  movement.uid = catalog.uid AND movement.quantity <> 0 AND \n
-  catalog.uid not in (\n
-    select category.category_uid from category where category.base_category_uid=<dtml-var base_category_uid>)\n
-  and (<dtml-in simulation_state_list>\n
-  catalog.simulation_state=<dtml-sqlvar sequence-item type="string"><dtml-if sequence-end><dtml-else> OR </dtml-if>\n
-</dtml-in>)\n
-  and (<dtml-in portal_type_list>\n
-  catalog.portal_type=<dtml-sqlvar sequence-item type="string"><dtml-if sequence-end><dtml-else> OR </dtml-if>\n
-</dtml-in>)\n
-
-
-]]></string> </value>
-        </item>
-        <item>
-            <key> <string>title</string> </key>
-            <value> <string></string> </value>
-        </item>
-      </dictionary>
-    </pickle>
-  </record>
-</ZopeData>
diff --git a/master/bt5/vifib_base/SkinTemplateItem/portal_skins/vifib_simulation/Base_getNotSynchronisedSimulationStateCategoryRelatedList.xml b/master/bt5/vifib_base/SkinTemplateItem/portal_skins/vifib_simulation/Base_getNotSynchronisedSimulationStateCategoryRelatedList.xml
deleted file mode 100644
index db9ab9114..000000000
--- a/master/bt5/vifib_base/SkinTemplateItem/portal_skins/vifib_simulation/Base_getNotSynchronisedSimulationStateCategoryRelatedList.xml
+++ /dev/null
@@ -1,126 +0,0 @@
-<?xml version="1.0"?>
-<ZopeData>
-  <record id="1" aka="AAAAAAAAAAE=">
-    <pickle>
-      <global name="SQL" module="Products.ZSQLMethods.SQL"/>
-    </pickle>
-    <pickle>
-      <dictionary>
-        <item>
-            <key> <string>_col</string> </key>
-            <value>
-              <list>
-                <dictionary>
-                  <item>
-                      <key> <string>name</string> </key>
-                      <value> <string>uid</string> </value>
-                  </item>
-                  <item>
-                      <key> <string>null</string> </key>
-                      <value> <int>0</int> </value>
-                  </item>
-                  <item>
-                      <key> <string>type</string> </key>
-                      <value> <string>l</string> </value>
-                  </item>
-                  <item>
-                      <key> <string>width</string> </key>
-                      <value> <int>7</int> </value>
-                  </item>
-                </dictionary>
-                <dictionary>
-                  <item>
-                      <key> <string>name</string> </key>
-                      <value> <string>path</string> </value>
-                  </item>
-                  <item>
-                      <key> <string>null</string> </key>
-                      <value> <int>0</int> </value>
-                  </item>
-                  <item>
-                      <key> <string>type</string> </key>
-                      <value> <string>t</string> </value>
-                  </item>
-                  <item>
-                      <key> <string>width</string> </key>
-                      <value> <int>41</int> </value>
-                  </item>
-                </dictionary>
-              </list>
-            </value>
-        </item>
-        <item>
-            <key> <string>allow_simple_one_argument_traversal</string> </key>
-            <value>
-              <none/>
-            </value>
-        </item>
-        <item>
-            <key> <string>arguments_src</string> </key>
-            <value> <string>portal_type_list\r\n
-simulation_state_list\r\n
-base_category_uid\r\n
-</string> </value>
-        </item>
-        <item>
-            <key> <string>cache_time_</string> </key>
-            <value> <int>0</int> </value>
-        </item>
-        <item>
-            <key> <string>class_file_</string> </key>
-            <value> <string>ZSQLCatalog.zsqlbrain</string> </value>
-        </item>
-        <item>
-            <key> <string>class_name_</string> </key>
-            <value> <string>ZSQLBrain</string> </value>
-        </item>
-        <item>
-            <key> <string>connection_hook</string> </key>
-            <value> <string></string> </value>
-        </item>
-        <item>
-            <key> <string>connection_id</string> </key>
-            <value> <string>erp5_sql_connection</string> </value>
-        </item>
-        <item>
-            <key> <string>id</string> </key>
-            <value> <string>Base_getNotSynchronisedSimulationStateCategoryRelatedList</string> </value>
-        </item>
-        <item>
-            <key> <string>max_cache_</string> </key>
-            <value> <int>100</int> </value>
-        </item>
-        <item>
-            <key> <string>max_rows_</string> </key>
-            <value> <int>1000</int> </value>
-        </item>
-        <item>
-            <key> <string>src</string> </key>
-            <value> <string encoding="cdata"><![CDATA[
-
-select\n
-  catalog.uid, catalog.path from catalog, catalog as simulation_movement, category\n
-where\n
-  category.base_category_uid=<dtml-var base_category_uid> AND\n
-  category.category_uid = catalog.uid AND\n
-  simulation_movement.uid = category.uid AND\n
-  simulation_movement.simulation_state <> catalog.simulation_state and\n
-  simulation_movement.portal_type=\'Simulation Movement\'\n
-  and (<dtml-in simulation_state_list>\n
-  catalog.simulation_state=<dtml-sqlvar sequence-item type="string"><dtml-if sequence-end><dtml-else> OR </dtml-if>\n
-</dtml-in>)\n
-  and (<dtml-in portal_type_list>\n
-  catalog.portal_type=<dtml-sqlvar sequence-item type="string"><dtml-if sequence-end><dtml-else> OR </dtml-if>\n
-</dtml-in>)\n
-
-
-]]></string> </value>
-        </item>
-        <item>
-            <key> <string>title</string> </key>
-            <value> <string></string> </value>
-        </item>
-      </dictionary>
-    </pickle>
-  </record>
-</ZopeData>
diff --git a/master/bt5/vifib_base/bt/revision b/master/bt5/vifib_base/bt/revision
index 82cf07969..e157b5b5f 100644
--- a/master/bt5/vifib_base/bt/revision
+++ b/master/bt5/vifib_base/bt/revision
@@ -1 +1 @@
-519
\ No newline at end of file
+520
\ No newline at end of file
-- 
2.30.9