From 15e3f4b2d2fca4e501e13a2a303880013955dfcd Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 18 Apr 2018 15:03:51 +0000 Subject: Simplify the implementation of printing of Fl_Pixmap images under Windows. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12851 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_System_Driver.H | 3 --- 1 file changed, 3 deletions(-) (limited to 'FL/Fl_System_Driver.H') diff --git a/FL/Fl_System_Driver.H b/FL/Fl_System_Driver.H index ce4ba5129..5b4f6231f 100644 --- a/FL/Fl_System_Driver.H +++ b/FL/Fl_System_Driver.H @@ -173,9 +173,6 @@ public: virtual void* thread_message() {return NULL;} // implement to support Fl_File_Icon virtual int file_type(const char *filename); - // the default implementations of pixmap_extra_transparent_processing() and make_unused_color() and are most probably enough - virtual int pixmap_extra_transparent_processing() {return 0;} - virtual void make_unused_color(unsigned char &r, unsigned char &g, unsigned char &b) {} // implement to return the user's home directory name virtual const char *home_directory_name() { return ""; } // the default implementation is most probably enough -- cgit v1.2.3