diff options
Diffstat (limited to 'src/lib/elementary/elm_general.h')
-rw-r--r-- | src/lib/elementary/elm_general.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/elementary/elm_general.h b/src/lib/elementary/elm_general.h index 9324f2a77d..3367a96f3b 100644 --- a/src/lib/elementary/elm_general.h +++ b/src/lib/elementary/elm_general.h | |||
@@ -176,12 +176,6 @@ extern EAPI double _elm_startup_time; | |||
176 | */ | 176 | */ |
177 | EAPI void efl_exit(int exit_code); | 177 | EAPI void efl_exit(int exit_code); |
178 | 178 | ||
179 | /** | ||
180 | * Exposed symbol used only by macros and should not be used by apps | ||
181 | * @since 1.18 (as beta) | ||
182 | */ | ||
183 | EAPI Eina_Value *efl_quicklaunch_fallback(int argc, char **argv); | ||
184 | |||
185 | #endif /* EFL_BETA_API_SUPPORT */ | 179 | #endif /* EFL_BETA_API_SUPPORT */ |
186 | 180 | ||
187 | 181 | ||