summaryrefslogtreecommitdiff
path: root/src/drivers/PicoAndroid
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-16 13:15:49 +0000
committerManolo Gouy <Manolo>2016-04-16 13:15:49 +0000
commitc4953935b07bd0aad7ebf1a4762c9335ff3f9a0d (patch)
tree3095203c3468714c13b33cd18a164492e54bbb37 /src/drivers/PicoAndroid
parentb0ce80f56bc0ff464277910cf0340a3162864498 (diff)
Continue removing non window-related member-functions from class Fl_X.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11633 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/PicoAndroid')
-rw-r--r--src/drivers/PicoAndroid/Fl_PicoAndroid_Screen_Driver.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/PicoAndroid/Fl_PicoAndroid_Screen_Driver.cxx b/src/drivers/PicoAndroid/Fl_PicoAndroid_Screen_Driver.cxx
index 9da03bceb..bc9d02b7f 100644
--- a/src/drivers/PicoAndroid/Fl_PicoAndroid_Screen_Driver.cxx
+++ b/src/drivers/PicoAndroid/Fl_PicoAndroid_Screen_Driver.cxx
@@ -476,7 +476,6 @@ void Fl::set_color(Fl_Color, unsigned int) { }
int Fl_X::set_cursor(Fl_Cursor) { return 0; }
int Fl_X::set_cursor(Fl_RGB_Image const*, int, int) { return 0; }
-void Fl_X::set_icons() { }
//void Fl_Window::size_range_() { }
//void Fl_Window::fullscreen_x() { }