mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
clutter: Remove clutter_init_with_args()
Not used anymore. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1861>
This commit is contained in:
@ -99,22 +99,6 @@ clutter_test_init (int *argc,
|
||||
init_common_post (argc, argv);
|
||||
}
|
||||
|
||||
void
|
||||
clutter_test_init_with_args (int *argc,
|
||||
char ***argv,
|
||||
const char *parameter_string,
|
||||
GOptionEntry *entries,
|
||||
const char *translation_domain)
|
||||
{
|
||||
init_common_pre ();
|
||||
g_assert (clutter_init_with_args (argc, argv,
|
||||
parameter_string,
|
||||
entries,
|
||||
translation_domain,
|
||||
NULL) == CLUTTER_INIT_SUCCESS);
|
||||
init_common_post (argc, argv);
|
||||
}
|
||||
|
||||
/**
|
||||
* clutter_test_get_stage:
|
||||
*
|
||||
|
@ -99,13 +99,6 @@ CLUTTER_EXPORT
|
||||
void clutter_test_init (int *argc,
|
||||
char ***argv);
|
||||
|
||||
CLUTTER_EXPORT
|
||||
void clutter_test_init_with_args (int *argc,
|
||||
char ***argv,
|
||||
const char *parameter_string,
|
||||
GOptionEntry *entries,
|
||||
const char *translation_domain);
|
||||
|
||||
CLUTTER_EXPORT
|
||||
int clutter_test_run (void);
|
||||
|
||||
|
Reference in New Issue
Block a user