Skip to content

Commit

Permalink
Fix compile warnings due to unused variables.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Carlos Garcia Campos authored and Carlos Garcia Campos committed Jan 13, 2008
1 parent 4207c30 commit d559d4f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
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.

2008-01-13 Carlos Garcia Campos <carlosgc@gnome.org>

* configure.ac:
Expand Down
2 changes: 0 additions & 2 deletions backend/djvu/djvu-text-page.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ djvu_text_page_limits (DjvuTextPage *page,
miniexp_t p,
EvRectangle *rect)
{
char *token_text;

g_return_if_fail (miniexp_consp (p) &&
miniexp_symbolp (miniexp_car (p)));

Expand Down
3 changes: 1 addition & 2 deletions shell/ev-window.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d559d4f

Please sign in to comment.