summaryrefslogtreecommitdiff
path: root/src/drivers/Pico/Fl_Pico_Screen_Driver.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2018-01-09 07:26:49 +0000
committerManolo Gouy <Manolo>2018-01-09 07:26:49 +0000
commit3b437dae8ce735cded87e93021cb2026cc63cb30 (patch)
tree874a5c2e44dd202e26d980a804dabf7d6114454b /src/drivers/Pico/Fl_Pico_Screen_Driver.cxx
parent9f0e9ff8138fcd1ee817fe144282513283b0e331 (diff)
Put a default implementation of parse_color() in Fl_Screen_Driver and only Fl_X11_Screen_Driver reimplements it.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12628 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Pico/Fl_Pico_Screen_Driver.cxx')
-rw-r--r--src/drivers/Pico/Fl_Pico_Screen_Driver.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/drivers/Pico/Fl_Pico_Screen_Driver.cxx b/src/drivers/Pico/Fl_Pico_Screen_Driver.cxx
index b165989bb..912e92144 100644
--- a/src/drivers/Pico/Fl_Pico_Screen_Driver.cxx
+++ b/src/drivers/Pico/Fl_Pico_Screen_Driver.cxx
@@ -108,12 +108,6 @@ void Fl_Pico_Screen_Driver::grab(Fl_Window* win)
}
-int Fl_Pico_Screen_Driver::parse_color(const char* p, uchar& r, uchar& g, uchar& b)
-{
- return 0;
-}
-
-
void Fl_Pico_Screen_Driver::get_system_colors()
{
}
@@ -142,4 +136,4 @@ void Fl_Pico_Screen_Driver::remove_timeout(Fl_Timeout_Handler cb, void *argp)
//
// End of "$Id$".
-// \ No newline at end of file
+//