elm thumb_example_01.c: Revert wrong #if 0, #endif. Why this was added?

SVN revision: 69695
This commit is contained in:
Daniel Juyung Seo 2012-03-28 07:17:46 +00:00
parent 7d68758bdc
commit 939ee710a9
1 changed files with 0 additions and 2 deletions

View 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;
}