From 5dd48dee56821a13bc6c21f9a6de055271cb84c3 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 11 Aug 2015 09:43:15 -0400 Subject: evas-generic-loaders: Remove unused variable Summary: This removes an unused variable in the pdf loader Signed-off-by: Chris Michael --- src/bin/pdf/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/pdf/main.cpp b/src/bin/pdf/main.cpp index d2cf856..8164d5f 100644 --- a/src/bin/pdf/main.cpp +++ b/src/bin/pdf/main.cpp @@ -46,7 +46,6 @@ double dpi = -1.0; Eina_Bool poppler_init(const char *file, int page_nbr, int size_w, int size_h) { Object obj; - SplashColor white; double w, h, cw, ch; int rot; -- cgit v1.2.1