diff options
author | Chris Michael <cp.michael@samsung.com> | 2015-08-11 09:43:15 -0400 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2015-08-11 09:43:15 -0400 |
commit | 5dd48dee56821a13bc6c21f9a6de055271cb84c3 (patch) | |
tree | caa7bcd4dc80a69c642beaded2b827d4b5dff476 | |
parent | 100c1423234fc1802491c11e4d12f1cb30594f18 (diff) | |
download | evas_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.cpp | 1 |
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; |