summaryrefslogtreecommitdiff
path: root/FL/Fl_Printer.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-02-26 20:27:41 +0000
committerManolo Gouy <Manolo>2016-02-26 20:27:41 +0000
commit81bd759b539fa0b5eb16c17d179bfc6dfb6cd80d (patch)
treef276dadc6fff32174544cc9926c8b2daf3b05498 /FL/Fl_Printer.H
parent169e422fee79f0f17d4ad2feb4302343ab07073e (diff)
Remove Fl_Printer::driver() that is already implemented in a parent class.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11236 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Printer.H')
-rw-r--r--FL/Fl_Printer.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/FL/Fl_Printer.H b/FL/Fl_Printer.H
index 2f67f208d..214165092 100644
--- a/FL/Fl_Printer.H
+++ b/FL/Fl_Printer.H
@@ -202,7 +202,6 @@ public:
void print_window_part(Fl_Window *win, int x, int y, int w, int h, int delta_x=0, int delta_y=0);
void draw_decorated_window(Fl_Window *win, int x_offset, int y_offset);
void set_current(void);
- Fl_Graphics_Driver* driver(void);
/** \name These attributes are effective under the Xlib platform only.
\{