summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYakov Goldberg <yakov.g@samsung.com>2014-02-20 09:49:23 +0200
committerYakov Goldberg <yakov.g@samsung.com>2014-02-20 09:56:26 +0200
commit2e7e284dae053e552c49f77fd42b4a701737b488 (patch)
treefb2acbbbe989d420e23a709d0163326525c1e9a8
parent7e6f53372ab338918e82049254c3a7dd43ea75d3 (diff)
downloadelementary-2e7e284dae053e552c49f77fd42b4a701737b488.tar.gz
widget: remove OP_ID ELM_WIDGET_SUB_ID_DISPLAY_MODE_GET
elm_widget_display_mode_get() was removed in 2aca940f040df01364301fe7b024be1f6d89a9d6. So OP_ID is not needed.
-rw-r--r--src/lib/elm_widget.c1
-rw-r--r--src/lib/elm_widget.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/elm_widget.c b/src/lib/elm_widget.c
index 7558d9cc7..5f52f17e4 100644
--- a/src/lib/elm_widget.c
+++ b/src/lib/elm_widget.c
@@ -6804,7 +6804,6 @@ static const Eo_Op_Description op_desc[] = {
EO_OP_DESCRIPTION(ELM_WIDGET_SUB_ID_PARENT_HIGHLIGHT_SET, "Set highlighted value from itself to top parent object."),
EO_OP_DESCRIPTION(ELM_WIDGET_SUB_ID_DISPLAY_MODE_SET, "Sets the widget and child widget's Evas_Display_Mode."),
- EO_OP_DESCRIPTION(ELM_WIDGET_SUB_ID_DISPLAY_MODE_GET, "Returns the widget's Evas_Display_Mode"),
EO_OP_DESCRIPTION(ELM_WIDGET_SUB_ID_TREE_UNFOCUSABLE_SET, "Sets the widget object and its children to be unfocusable"),
EO_OP_DESCRIPTION(ELM_WIDGET_SUB_ID_TREE_UNFOCUSABLE_GET, "Returns true, if the object sub-tree is unfocusable"),
diff --git a/src/lib/elm_widget.h b/src/lib/elm_widget.h
index 2e390972a..35e96e632 100644
--- a/src/lib/elm_widget.h
+++ b/src/lib/elm_widget.h
@@ -1268,7 +1268,6 @@ enum
ELM_WIDGET_SUB_ID_PARENT_HIGHLIGHT_SET,
ELM_WIDGET_SUB_ID_DISPLAY_MODE_SET,
- ELM_WIDGET_SUB_ID_DISPLAY_MODE_GET,
ELM_WIDGET_SUB_ID_TREE_UNFOCUSABLE_SET,
ELM_WIDGET_SUB_ID_TREE_UNFOCUSABLE_GET,