elm thumb_example_01.c: Revert wrong #if 0, #endif. Why this was added?
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 28 Mar 2012 07:17:46 +0000 (07:17 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 28 Mar 2012 07:17:46 +0000 (07:17 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69695 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/examples/thumb_example_01.c

index e6f0326..c111ab8 100644 (file)
@@ -30,7 +30,6 @@ _generation_error_cb(void *data __UNUSED__, Evas_Object *o __UNUSED__, void *eve
 EAPI_MAIN int
 elm_main(int argc __UNUSED__, char **argv __UNUSED__)
 {
-#if 0
    Evas_Object *win, *bg;
    Evas_Object *thumb;
    Ethumb_Client *client;
@@ -79,7 +78,6 @@ elm_main(int argc __UNUSED__, char **argv __UNUSED__)
    elm_run(); /* and run the program now, starting to handle all
                * events, etc. */
    elm_shutdown(); /* clean up and shut down */
-#endif
    /* exit code */
    return 0;
 }