summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--glib/glibmm/dispatcher.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/glib/glibmm/dispatcher.cc b/glib/glibmm/dispatcher.cc
index 601e99e3..8c22a4c5 100644
--- a/glib/glibmm/dispatcher.cc
+++ b/glib/glibmm/dispatcher.cc
@@ -476,10 +476,7 @@ bool DispatchNotifier::pipe_io_handler(Glib::IOCondition)
deleted_dispatchers_.clear();
if (drop_message)
- {
- g_warning("Dropped dispatcher message as the dispatcher no longer exists");
return true;
- }
// Actually, we wouldn't need the try/catch block because the Glib::Source
// C callback already does it for us. However, we do it anyway because the