From 281b261040516fbcdc67f3b93ae8fb4e397d1030 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Mon, 6 May 2013 12:16:40 +0900 Subject: [PATCH] ctxpopup/mapbuf - trivial change --- src/lib/elc_ctxpopup.c | 1 - src/lib/elm_widget_mapbuf.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/lib/elc_ctxpopup.c b/src/lib/elc_ctxpopup.c index 2686c72..12fd8e1 100644 --- a/src/lib/elc_ctxpopup.c +++ b/src/lib/elc_ctxpopup.c @@ -1640,7 +1640,6 @@ _elm_ctxpopup_smart_set_user(Elm_Ctxpopup_Smart_Class *sc) ELM_WIDGET_CLASS(sc)->sub_object_add = _elm_ctxpopup_smart_sub_object_add; ELM_WIDGET_CLASS(sc)->focus_next = _elm_ctxpopup_smart_focus_next; ELM_WIDGET_CLASS(sc)->focus_direction = _elm_ctxpopup_smart_focus_direction; - ELM_WIDGET_CLASS(sc)->translate = _elm_ctxpopup_smart_translate; ELM_CONTAINER_CLASS(sc)->content_get = _elm_ctxpopup_smart_content_get; ELM_CONTAINER_CLASS(sc)->content_set = _elm_ctxpopup_smart_content_set; diff --git a/src/lib/elm_widget_mapbuf.h b/src/lib/elm_widget_mapbuf.h index bab6eec..7d4d8e6 100644 --- a/src/lib/elm_widget_mapbuf.h +++ b/src/lib/elm_widget_mapbuf.h @@ -128,7 +128,6 @@ struct _Elm_Mapbuf_Smart_Data Eina_Bool enabled : 1; Eina_Bool smooth : 1; Eina_Bool alpha : 1; - Eina_Bool outside : 1; }; /** -- 2.7.4