Release version 1.4.8
[platform/core/appfw/app-core.git] / src / appcore-group.c
index dcdcb6f..4ac1e6f 100644 (file)
@@ -15,11 +15,7 @@ void appcore_group_attach()
        if (attached)
                return;
 
-#ifdef X11
-       int wid = appcore_get_main_window();
-#else
        int wid = appcore_get_main_surface();
-#endif
        if (wid == 0) {
                _ERR("window wasn't ready");
                return;