summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-02-23 13:51:54 -0500
committerMatthias Clasen <mclasen@redhat.com>2019-02-23 14:13:57 -0500
commitcc2c39209c3aabb557f39777fb0be940284f0cd6 (patch)
tree49621eebfaea7ba2cb81e893b27b842246b21c45 /gtk/gtkmain.c
parentd633beaccd98f7be5a175902385900f1c54611a9 (diff)
downloadgtk+-cc2c39209c3aabb557f39777fb0be940284f0cd6.tar.gz
Stop using gdk_event_handler_set
We no longer need it.
Diffstat (limited to 'gtk/gtkmain.c')
-rw-r--r--gtk/gtkmain.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index 185ffb7c7d..b06a4dd5d4 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -599,7 +599,6 @@ do_pre_parse_initialization (void)
g_error ("GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported");
gdk_pre_parse ();
- gdk_event_handler_set ((GdkEventFunc)gtk_main_do_event, NULL, NULL);
#ifdef G_ENABLE_DEBUG
env_string = g_getenv ("GTK_DEBUG");