fix for applying wayland (removing X)
[apps/home/settings.git] / setting-profile / src / setting-profile-sound-main.c
index 27cefc7..3f04762 100755 (executable)
@@ -50,7 +50,6 @@ setting_view setting_view_sound_main = {
        {\
                genlist = elm_genlist_add(parent);\
                retvm_if(genlist == NULL, NULL, "Cannot set genlist object as contento of layout");\
-               elm_genlist_realization_mode_set(genlist, EINA_TRUE);\
                elm_genlist_mode_set(genlist, ELM_LIST_COMPRESS);\
                elm_object_style_set(genlist, "dialogue");\
                elm_genlist_clear(genlist);\