ecore_imf: remove private_key_item, disable_key_item structure
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 21 Feb 2012 02:28:22 +0000 (11:28 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 21 Feb 2012 02:28:22 +0000 (11:28 +0900)
Change-Id: Ieaa1e46afeb065bc2666f926549f8474ff1b6897

src/lib/ecore_imf/Ecore_IMF.h

index a784760..b5f6f99 100644 (file)
@@ -51,23 +51,6 @@ typedef enum
    ECORE_IMF_INPUT_PANEL_STATE_WILL_SHOW    /**< Notification prior to the display of the input panel */
 } Ecore_IMF_Input_Panel_State;
 
-typedef struct
-{
-   int layout_idx;
-   int key_idx;
-   Eina_Bool disabled;
-} Disable_Key_Item;
-
-typedef struct
-{
-   int layout_idx;
-   int key_idx;
-   int type;
-   char data[128]; // label or image path
-   int key_value;
-   char key_string[32];
-} Private_Key_Item;
-
 /* Events sent by the Input Method */
 typedef struct _Ecore_IMF_Event_Preedit_Start      Ecore_IMF_Event_Preedit_Start;
 typedef struct _Ecore_IMF_Event_Preedit_End        Ecore_IMF_Event_Preedit_End;