remove ECORE_IMF_INPUT_PANEL_STATE_WILL_SHOW, HIDE
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 25 Nov 2010 06:45:08 +0000 (15:45 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 25 Nov 2010 06:45:08 +0000 (15:45 +0900)
src/lib/ecore_imf/Ecore_IMF.h

index 1a3254c..2c4bdb7 100644 (file)
@@ -69,8 +69,6 @@ extern "C" {
      {
         ECORE_IMF_INPUT_PANEL_STATE_SHOW,         /**< Show Input panel */
         ECORE_IMF_INPUT_PANEL_STATE_HIDE,         /**< Hide Input panel */
-        ECORE_IMF_INPUT_PANEL_STATE_WILL_SHOW,    /**< Input panel will be shown */
-        ECORE_IMF_INPUT_PANEL_STATE_WILL_HIDE,    /**< Input panel will be hidden */
         ECORE_IMF_INPUT_PANEL_STATE_INVALID
      } Ecore_IMF_Input_Panel_State;