summaryrefslogtreecommitdiff
path: root/FL/Fl_System_Driver.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_System_Driver.H')
-rw-r--r--FL/Fl_System_Driver.H3
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