From d9daff9d8d5a41443c96e574d6ed20a3885e709c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 24 May 2011 12:00:35 +0200 Subject: Remove unused variable --- src/mainwindow.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainwindow.c') diff --git a/src/mainwindow.c b/src/mainwindow.c index 362bd92..aa342ff 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -157,8 +157,6 @@ static gboolean im_commit_sig(GtkIMContext *im, gchar *str, static gboolean key_press_sig(GtkWidget *da, GdkEventKey *event, struct presentation *p) { - gboolean r; - if ( p->editing_object == NULL ) return FALSE; /* Throw the event to the IM context and let it sort things out */ -- cgit v1.2.3