ctxpopup/mapbuf - trivial change
authorChunEon Park <chuneon.park@samsung.com>
Mon, 6 May 2013 03:16:40 +0000 (12:16 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 04:50:20 +0000 (13:50 +0900)
src/lib/elc_ctxpopup.c
src/lib/elm_widget_mapbuf.h

index 2686c72..12fd8e1 100644 (file)
@@ -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;
index bab6eec..7d4d8e6 100644 (file)
@@ -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;
 };
 
 /**