I have no clue what this function is.

This commit is contained in:
Christian Hammond 2006-01-20 10:23:55 +00:00
parent ab651643eb
commit 2676d3aa8b
1 changed files with 0 additions and 10 deletions

View File

@ -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)