elementary: there is no point into having an already deprecated method with EFL new...
authorCedric Bail <cedric@osg.samsung.com>
Fri, 27 Oct 2017 22:37:25 +0000 (15:37 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Fri, 27 Oct 2017 22:37:25 +0000 (15:37 -0700)
src/lib/elementary/elm_general.h

index 32fee67..d46d094 100644 (file)
@@ -146,15 +146,6 @@ extern EAPI double _elm_startup_time;
      return ret__;                                                      \
   }
 
-#else
-/** @deprecated macro to be used after the elm_main() function.
- * Do not define ELM_LIB_QUICKLAUNCH
- * Compile your programs with -fpie and -pie -rdynamic instead, to generate a single binary (linkable executable).
- */
-#define EFL_MAIN() int main(int argc, char **argv) { int ret__; _EFL_APP_VERSION_SET(); _elm_startup_time = ecore_time_unix_get(); ret__ = efl_quicklaunch_fallback(argc, argv); elm_shutdown(); return ret__; (void) efl_main(NULL, NULL); return 0; }
-#define EFL_MAIN_EX() int main(int argc, char **argv) { int ret__; _EFL_APP_VERSION_SET(); _elm_startup_time = ecore_time_unix_get(); ret__ = efl_quicklaunch_fallback(argc, argv); elm_shutdown(); return ret__; (void) efl_main(NULL, NULL);  (void) efl_pause(NULL, NULL);  (void) efl_resume(NULL, NULL); (void) efl_terminate(NULL, NULL); return 0; }
-#endif
-
 /**
  * @brief Quits the main loop once all the events currently on the queue have
  * been processed.