From b92ae5455f9477d8f703032a1038f223d4b25c9b Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 10 Nov 2015 16:03:25 +0100 Subject: 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; -- cgit v1.2.1