Remove nonexisting API from the headers

I couldn't find any trace of g_application_run_with_arguments.
This commit is contained in:
Matthias Clasen 2010-10-25 08:34:00 -04:00
parent 727c2a58c2
commit d10a04b533

View File

@ -159,8 +159,6 @@ void g_application_open (GApplic
int g_application_run (GApplication *application,
int argc,
char **argv);
int g_application_run_with_arguments (GApplication *application,
GVariant *arguments);
G_END_DECLS