Remove unused code. Those option is processed in immodule
[framework/uifw/elementary.git] / src / lib / elm_priv.h
index 1e8bd0f..7ff273f 100644 (file)
@@ -217,9 +217,6 @@ struct _Elm_Config
    Eina_Bool      is_mirrored : 1;
    Eina_Bool      password_show_last;
    double         password_show_last_timeout;
-   int            input_panel_enable;
-   int            autocapital_allow;
-   int            autoperiod_allow;
 };
 
 struct _Elm_Module
@@ -260,8 +257,6 @@ const void         *_elm_module_symbol_get(Elm_Module *m, const char *name);
 
 void                _elm_widget_type_clear(void);
 void                _elm_widget_focus_region_show(const Evas_Object *obj);
-void                _elm_widget_top_win_focused_set(Evas_Object *obj, Eina_Bool top_win_focused);
-Eina_Bool           _elm_widget_top_win_focused_get(const Evas_Object *obj);
 
 void                _elm_unneed_ethumb(void);