diff options
| author | Manolo Gouy <Manolo> | 2018-04-18 15:03:51 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-04-18 15:03:51 +0000 |
| commit | 15e3f4b2d2fca4e501e13a2a303880013955dfcd (patch) | |
| tree | 537ced5b9968b57fd21c8c428fc6d7a616892ac5 /FL/Fl_System_Driver.H | |
| parent | 231e0edff6817b196abdd69b9c7539a213582d52 (diff) | |
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
Diffstat (limited to 'FL/Fl_System_Driver.H')
| -rw-r--r-- | FL/Fl_System_Driver.H | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
