stefan pushed a commit to branch master.

http://git.enlightenment.org/core/evas_generic_loaders.git/commit/?id=b92ae5455f9477d8f703032a1038f223d4b25c9b

commit b92ae5455f9477d8f703032a1038f223d4b25c9b
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Tue Nov 10 16:03:25 2015 +0100

    pdf: remove unused global variable
    
    This started out as a warning about a shadowed global variable but turned 
out
    to be an unused global variable as the one in local scope handles all cases.
---
 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 7eaca4e..e33e18b 100644
--- a/src/bin/pdf/main.cpp
+++ b/src/bin/pdf/main.cpp
@@ -33,7 +33,6 @@
 
 PDFDoc *pdfdoc;
 bool locked = false;
-SplashOutputDev *output_dev;
 
 ::Page *page;
 int width = 0, height = 0;

-- 


Reply via email to