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.
This commit is contained in:
Matthias Clasen 2014-02-19 01:00:09 -05:00
parent c5874b1034
commit bdaddaabad

View File

@ -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