diff options
author | Thomas White <taw@physics.org> | 2011-05-24 12:00:35 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2011-05-24 12:00:35 +0200 |
commit | d9daff9d8d5a41443c96e574d6ed20a3885e709c (patch) | |
tree | 3abdb4674f207656026358983417c78cc48ba06c /src/mainwindow.c | |
parent | 7e9854982c560a11aa7fa0eee6aa2a9f9673a9d6 (diff) |
Remove unused variable
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 */ |