summaryrefslogtreecommitdiffstats
path: root/src/gui_beval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_beval.c')
-rw-r--r--src/gui_beval.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gui_beval.c b/src/gui_beval.c
index 8b90362d79..b3d8e6cf70 100644
--- a/src/gui_beval.c
+++ b/src/gui_beval.c
@@ -60,11 +60,7 @@ static gint target_event_cb(GtkWidget *, GdkEvent *, gpointer);
static gint mainwin_event_cb(GtkWidget *, GdkEvent *, gpointer);
static void pointer_event(BalloonEval *, int, int, unsigned);
static void key_event(BalloonEval *, unsigned, int);
-# if GTK_CHECK_VERSION(3,0,0)
static gboolean timeout_cb(gpointer);
-# else
-static gint timeout_cb(gpointer);
-# endif
# if GTK_CHECK_VERSION(3,0,0)
static gboolean balloon_draw_event_cb (GtkWidget *, cairo_t *, gpointer);
# else
@@ -444,11 +440,7 @@ key_event(BalloonEval *beval, unsigned keyval, int is_keypress)
cancelBalloon(beval);
}
-# if GTK_CHECK_VERSION(3,0,0)
static gboolean
-# else
- static gint
-# endif
timeout_cb(gpointer data)
{
BalloonEval *beval = (BalloonEval *)data;