From 939ee710a9e0b92d756cf1e66af85e9a4f2ee697 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 28 Mar 2012 07:17:46 +0000 Subject: [PATCH] elm thumb_example_01.c: Revert wrong #if 0, #endif. Why this was added? SVN revision: 69695 --- legacy/elementary/src/examples/thumb_example_01.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/legacy/elementary/src/examples/thumb_example_01.c b/legacy/elementary/src/examples/thumb_example_01.c index e6f0326dd7..c111ab81c6 100644 --- a/legacy/elementary/src/examples/thumb_example_01.c +++ b/legacy/elementary/src/examples/thumb_example_01.c @@ -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; }