summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-12-31 12:49:53 -0500
committerMatthias Clasen <mclasen@redhat.com>2018-01-16 14:14:09 -0500
commit4923da3550d06d9b5cedee8a41e3cff7e0ea5fc5 (patch)
tree5ae6af751601f065b7e4d63016dfab8be49f6445 /gtk/gtkmain.h
parent75271c44c20a263f709d7c20055636dba442bc70 (diff)
downloadgtk+-4923da3550d06d9b5cedee8a41e3cff7e0ea5fc5.tar.gz
Drop gtk_true and gtk_false
These functions are entirely trivial, their documentation is much longer than their implementation, and it contains an example that is annotated as "don't do this"...
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 726b14650f..2a161198ae 100644
--- a/gtk/gtkmain.h
+++ b/gtk/gtkmain.h
@@ -120,11 +120,6 @@ GDK_AVAILABLE_IN_ALL
gboolean gtk_main_iteration_do (gboolean blocking);
GDK_AVAILABLE_IN_ALL
-gboolean gtk_true (void) G_GNUC_CONST;
-GDK_AVAILABLE_IN_ALL
-gboolean gtk_false (void) G_GNUC_CONST;
-
-GDK_AVAILABLE_IN_ALL
void gtk_grab_add (GtkWidget *widget);
GDK_AVAILABLE_IN_ALL
GtkWidget* gtk_grab_get_current (void);