Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-01-13 11:47:11 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-01-13 11:47:11 (GMT)
commitd559d4f3a9cdeb3c89b7b7bae0f1de08d23dcf02 (patch)
treea133caa59b9de9aff41a35ae1ae65c1ff420fc45 /shell
parent4207c30cf856a79bc6e23219bf43554470cd4b0b (diff)
Fix compile warnings due to unused variables.
2008-01-13 Carlos Garcia Campos <carlosgc@gnome.org> * backend/djvu/djvu-text-page.c: (djvu_text_page_limits): * shell/ev-window.c: (image_save_dialog_response_cb): Fix compile warnings due to unused variables. svn path=/trunk/; revision=2817
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-window.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index a9d7bdc..6e28d9c 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -5045,8 +5045,7 @@ image_save_dialog_response_cb (GtkWidget *fc,
static void
ev_view_popup_cmd_save_image_as (GtkAction *action, EvWindow *window)
{
- GtkWidget *fc, *format_chooser;
- GtkFileFilter *filter;
+ GtkWidget *fc, *format_chooser;
if (!window->priv->image)
return;