diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2015-11-10 16:03:25 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2015-11-10 16:03:25 +0100 |
commit | b92ae5455f9477d8f703032a1038f223d4b25c9b (patch) | |
tree | e22a5240939b4073a41143b445e69886cd6e882a | |
parent | 5f33956cb9b4726f666d4007ffb6197177860d1e (diff) | |
download | evas_generic_loaders-b92ae5455f9477d8f703032a1038f223d4b25c9b.tar.gz |
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.
-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 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; |