From 059664e7d4c6230b4fe799bd01bc6e630835c05c Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 31 Mar 2016 06:24:26 +0000 Subject: 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 --- src/Fl_Input_.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Fl_Input_.cxx') 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: -- cgit v1.2.3