summaryrefslogtreecommitdiff
path: root/src/libs/libdriver/printer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/libdriver/printer.cc')
-rw-r--r--src/libs/libdriver/printer.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/libdriver/printer.cc b/src/libs/libdriver/printer.cc
index c97e2ce64..289be901e 100644
--- a/src/libs/libdriver/printer.cc
+++ b/src/libs/libdriver/printer.cc
@@ -28,8 +28,6 @@
#include "driver.h"
-printer *pr = 0;
-
font_pointer_list::font_pointer_list(font *f, font_pointer_list *fp)
: p(f), next(fp)
{