From 915d6c643a8b4e31ea79fdad81761d26b42530f5 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 26 Mar 2016 14:36:11 +0000 Subject: Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_Region, Fl_Bitmask). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11432 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Graphics_Driver.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Fl_Graphics_Driver.cxx') diff --git a/src/Fl_Graphics_Driver.cxx b/src/Fl_Graphics_Driver.cxx index 83c6eccf4..fbe0d7712 100644 --- a/src/Fl_Graphics_Driver.cxx +++ b/src/Fl_Graphics_Driver.cxx @@ -34,9 +34,7 @@ Fl_Graphics_Driver::Fl_Graphics_Driver() { fl_clip_state_number=0; m = m0; fl_matrix = &m; - p = (XPOINT *)0; font_descriptor_ = NULL; - p_size = 0; }; void Fl_Graphics_Driver::text_extents(const char*t, int n, int& dx, int& dy, int& w, int& h) -- cgit v1.2.3