diff options
Diffstat (limited to 'geyes')
-rw-r--r-- | geyes/geyes.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/geyes/geyes.c b/geyes/geyes.c index 49a79402..a2becb72 100644 --- a/geyes/geyes.c +++ b/geyes/geyes.c @@ -412,11 +412,7 @@ geyes_applet_fill (MatePanelApplet *applet) eyes_applet = create_eyes (applet); eyes_applet->timeout_id = g_timeout_add ( -#if GTK_CHECK_VERSION (3, 0, 0) UPDATE_TIMEOUT, (GSourceFunc) timer_cb, eyes_applet); -#else - UPDATE_TIMEOUT, (GtkFunction) timer_cb, eyes_applet); -#endif action_group = gtk_action_group_new ("Geyes Applet Actions"); gtk_action_group_set_translation_domain (action_group, GETTEXT_PACKAGE); |