summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Muizelaar <jeff@infidigm.net>2006-12-11 14:50:56 -0500
committerJeff Muizelaar <jeff@infidigm.net>2006-12-11 14:50:56 -0500
commit2600cfbe1bc0bd13475fea6252ad2c20b2a3de42 (patch)
treef3c4ed1e88d869fef3c81a516a64619cfb13f6d8
parent4452c73c0e46a8fa8854bc07ab519b04eacf0e04 (diff)
Remove unused variables.
-rw-r--r--test-poppler.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test-poppler.c b/test-poppler.c
index 867a517..7540b1f 100644
--- a/test-poppler.c
+++ b/test-poppler.c
@@ -60,8 +60,6 @@ poppler_test_status_t gdk_pixbuf_compare(GdkPixbuf *pixbuf, char *page_name)
gdk_pixbuf_save (pixbuf, png_name, "png", &error, NULL);
pixels_changed = image_diff (png_name, ref_name, diff_name);
#else
- int n_channels = gdk_pixbuf_get_n_channels(pixbuf);
-
int width = gdk_pixbuf_get_width (pixbuf);
int height = gdk_pixbuf_get_height (pixbuf);
@@ -184,12 +182,8 @@ poppler_test_status_t poppler_test_page(char *pdf_file, PopplerDocument *documen
void poppler_test(char *pdf_file)
{
PopplerDocument *document;
- char *title, *label;
GError *error;
- GList *list, *l;
char *uri;
- char *srcdir;
- poppler_test_status_t ret;
/* build an absolute url for poppler_document_new_from_file */
gchar * cwd = g_get_current_dir();