diff options
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r-- | src/mainwindow.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |