[gtk+] Drop unimplemented functions
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Drop unimplemented functions
- Date: Wed, 19 Feb 2014 07:03:24 +0000 (UTC)
commit bdaddaabad8024d1ea278e6320d188c5f98a6f22
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Feb 19 01:00:09 2014 -0500
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.
gtk/gtkmain.h | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/gtk/gtkmain.h b/gtk/gtkmain.h
index 38665a5..11f2f74 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]