Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/impress
diff options
context:
space:
mode:
authorWouter Bolsterlee <wbolster@svn.gnome.org>2008-02-12 10:03:49 (GMT)
committer Wouter Bolsterlee <wbolster@src.gnome.org>2008-02-12 10:03:49 (GMT)
commitaf65f4fafa42e09dda2c3ca83171c73a619fa268 (patch)
tree11d0a11779648d65abd703a46424aa688f141211 /backend/impress
parent5f952babdbdc190401fc1d64aeb7d212c43b232f (diff)
Remove unused variable to avoid a compiler warning.
2008-02-12 Wouter Bolsterlee <wbolster@svn.gnome.org> * backend/impress/impress-document.c: (impress_document_thumbnails_get_thumbnail): Remove unused variable to avoid a compiler warning. svn path=/trunk/; revision=2905
Diffstat (limited to 'backend/impress')
-rw-r--r--backend/impress/impress-document.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/impress/impress-document.c b/backend/impress/impress-document.c
index 52ae1cb..7fa0fbe 100644
--- a/backend/impress/impress-document.c
+++ b/backend/impress/impress-document.c
@@ -489,7 +489,6 @@ impress_document_thumbnails_get_thumbnail (EvDocumentThumbnails *document,
{
GdkPixbuf *pixbuf;
GdkPixbuf *scaled_pixbuf;
- gdouble w, h;
pixbuf = impress_document_render_pixbuf (EV_DOCUMENT (document), rc);
scaled_pixbuf = gdk_pixbuf_scale_simple (pixbuf,