summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-02-19 01:00:09 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-02-19 01:03:37 -0500
commitbdaddaabad8024d1ea278e6320d188c5f98a6f22 (patch)
tree1a073c08658ca153cf8e0b13321114b31aaa9f2e /gtk/gtkmain.h
parentc5874b10349be37e67d358a490c44a0078a25942 (diff)
downloadgtk+-bdaddaabad8024d1ea278e6320d188c5f98a6f22.tar.gz
Drop unimplemented functions
These were added to the header by mistake in a recent commit. They have no implementation, so dropping them won't cause any harm.
Diffstat (limited to 'gtk/gtkmain.h')
-rw-r--r--gtk/gtkmain.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkmain.h b/gtk/gtkmain.h
index 38665a59b7..11f2f7406d 100644
--- a/gtk/gtkmain.h
+++ b/gtk/gtkmain.h
@@ -148,11 +148,6 @@ GtkTextDirection gtk_get_locale_direction (void);
GDK_AVAILABLE_IN_ALL
gboolean gtk_events_pending (void);
-#ifndef GTK_DISABLE_DEPRECATED
-void gtk_exit (gint error_code);
-gchar * gtk_set_locale (void);
-#endif /* GTK_DISABLE_DEPRECATED */
-
GDK_AVAILABLE_IN_ALL
void gtk_main_do_event (GdkEvent *event);
GDK_AVAILABLE_IN_ALL