Improved: Remove unused screens from CommonScreens in Catalog
(OFBIZ-9119)

Removes unused screens (commented out) in the CommonScreens widget in Catalog

The SideCatalogs.* and SideDeepCategory.* files were already removed

Thanks: Pierre Smits

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1770037 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/applications/product/widget/catalog/CommonScreens.xml b/applications/product/widget/catalog/CommonScreens.xml
index d79e1d7..7ab7016 100644
--- a/applications/product/widget/catalog/CommonScreens.xml
+++ b/applications/product/widget/catalog/CommonScreens.xml
@@ -248,8 +248,6 @@
         <section>
             <widgets>
                 <include-screen name="keywordsearchbox"/>
-<!--                <include-screen name="sidecatalogs"/>-->
-<!--                <include-screen name="sidedeepcategory"/>-->
                 <include-screen name="categorytree"/>
                 <include-screen name="miniproductlist"/>
             </widgets>
@@ -267,30 +265,6 @@
             </widgets>
         </section>
     </screen>
-    <screen name="sidecatalogs">
-        <section>
-            <actions>
-                <script location="component://product/groovyScripts/catalog/find/SideCatalogs.groovy"/>
-            </actions>
-            <widgets>
-                <screenlet id="ProductBrowseCatalogsPanel" title="${uiLabelMap.ProductBrowseCatalogs}" collapsible="true">
-                    <platform-specific><html><html-template location="component://product/template/find/SideCatalogs.ftl"/></html></platform-specific>
-                </screenlet>
-            </widgets>
-        </section>
-    </screen>
-    <screen name="sidedeepcategory">
-        <section>
-            <actions>
-                <script location="component://product/groovyScripts/catalog/find/SideDeepCategory.groovy"/>
-            </actions>
-            <widgets>
-                <screenlet id="ProductBrowseCategoriesPanel" title="${uiLabelMap.ProductBrowseCategories}" collapsible="true">
-                    <platform-specific><html><html-template location="component://product/template/find/SideDeepCategory.ftl"/></html></platform-specific>
-                </screenlet>
-            </widgets>
-        </section>
-    </screen>
     <screen name="miniproductlist">
         <section>
             <actions>