calendarui/editors/data/CalenDefaultEditorsData.rss
branchRCL_3
changeset 5 42814f902fe6
parent 0 f979ecb2b13e
child 10 38571fd2a704
--- a/calendarui/editors/data/CalenDefaultEditorsData.rss	Tue Feb 02 10:12:19 2010 +0200
+++ b/calendarui/editors/data/CalenDefaultEditorsData.rss	Fri Feb 19 22:49:53 2010 +0200
@@ -1656,42 +1656,4 @@
         };
     }
 
-// ---------------------------------------------------------
-// Description list query
-// List query for the description types
-// ---------------------------------------------------------
-RESOURCE AVKON_MULTISELECTION_LIST_QUERY r_description_list_query
-    {
-    flags = EGeneralQueryFlags;
-    softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
-    items =
-        {
-        AVKON_MULTISELECTION_LIST_QUERY_DLG_LINE
-            {
-            control = AVKON_LIST_QUERY_CONTROL
-                {
-                listtype = EAknCtSinglePopupMenuListBox;
-                listbox = AVKON_LIST_QUERY_LIST
-                    {
-                    array_id = r_description_list_query_array;
-                    };
-                heading = text_softkey_select;
-                };
-            }
-        };
-    }
-
-// ---------------------------------------------------------
-// Description list query array
-// List of the description types
-// ---------------------------------------------------------
-RESOURCE ARRAY r_description_list_query_array
-    {
-    items=
-        {
-        LBUF { txt = qtn_cale_om_descript_new; },
-        LBUF { txt = qtn_cale_om_descript_exist; }
-        };
-    }
-
 // End of File