summaryrefslogtreecommitdiff
path: root/src/Fl_Input_.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-31 06:24:26 +0000
committerManolo Gouy <Manolo>2016-03-31 06:24:26 +0000
commit059664e7d4c6230b4fe799bd01bc6e630835c05c (patch)
treea6dcbaaf10d59e36088b9176389a2bc33e8e9601 /src/Fl_Input_.cxx
parent62f9813e4ed6a001848d3c31b72f3d48d48df774 (diff)
Begin to remove platform-dependent code from the Fl.H header file.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11482 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Input_.cxx')
-rw-r--r--src/Fl_Input_.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Fl_Input_.cxx b/src/Fl_Input_.cxx
index f80b59c8e..2230a0c7b 100644
--- a/src/Fl_Input_.cxx
+++ b/src/Fl_Input_.cxx
@@ -395,9 +395,7 @@ void Fl_Input_::drawtext(int X, int Y, int W, int H) {
} else {
fl_rectf((int)(xpos+curx+0.5), Y+ypos, 2, height);
}
-#ifdef __APPLE__ // PORTME: Fl_Screen_Driver - compose
Fl::insertion_point_location(xpos+curx, Y+ypos+height, height);
-#endif
}
CONTINUE: