summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-12-27 18:45:53 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-01-19 13:21:12 -0500
commit63d6e2d8e2319de68edf91560c4b375f87544fe7 (patch)
tree3ba75bde310db31fd55bdabf09dab6eb8eee1d65 /gtk/gtkmain.h
parent42fd5a0b8b98cc76fe5c378abc95eb2eb8661f56 (diff)
downloadgtk+-63d6e2d8e2319de68edf91560c4b375f87544fe7.tar.gz
Don't export gtk_get_option_group
We want to get rid of commandline option handling in GTK+. This is a step in that direction.
Diffstat (limited to 'gtk/gtkmain.h')
-rw-r--r--gtk/gtkmain.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkmain.h b/gtk/gtkmain.h
index 79398b2a2b..33635bf741 100644
--- a/gtk/gtkmain.h
+++ b/gtk/gtkmain.h
@@ -80,9 +80,6 @@ GDK_AVAILABLE_IN_ALL
gboolean gtk_init_check (int *argc,
char ***argv);
-GDK_AVAILABLE_IN_ALL
-GOptionGroup *gtk_get_option_group (gboolean open_default_display);
-
#ifdef G_OS_WIN32
/* Variants that are used to check for correct struct packing