summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2015-08-11 09:43:15 -0400
committerChris Michael <cp.michael@samsung.com>2015-08-11 09:43:15 -0400
commit5dd48dee56821a13bc6c21f9a6de055271cb84c3 (patch)
treecaa7bcd4dc80a69c642beaded2b827d4b5dff476
parent100c1423234fc1802491c11e4d12f1cb30594f18 (diff)
downloadevas_generic_loaders-5dd48dee56821a13bc6c21f9a6de055271cb84c3.tar.gz
evas-generic-loaders: Remove unused variable
Summary: This removes an unused variable in the pdf loader Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/bin/pdf/main.cpp1
1 files changed, 0 insertions, 1 deletions
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;