summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libnotify/notification.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/libnotify/notification.c b/libnotify/notification.c
index 32f8212..12dea92 100644
--- a/libnotify/notification.c
+++ b/libnotify/notification.c
@@ -272,16 +272,6 @@ _idle_check_updates(void *user_data)
}
#endif
-GdkFilterReturn
-_catch(GdkXEvent *xevent, GdkEvent *event, gpointer data)
-{
- static int i = 1;
-
- printf("here, %i\n", i);
- i++;
- return GDK_FILTER_CONTINUE;
-}
-
NotifyNotification *
notify_notification_new(const gchar *summary, const gchar *body,
const gchar *icon, GtkWidget *attach)