summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-31 19:23:38 +0000
committerManolo Gouy <Manolo>2016-03-31 19:23:38 +0000
commit5d12ea5ab12d3b911777bb8cbdeb70c3d183267c (patch)
treec621a3b7c3d685aee8735c9ce807efed708fadef /FL
parent740760109d9bb2646bf870ebca6af26da0f31f78 (diff)
Move marked text-related data to the Fl_Cocoa_Screen_Driver class.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11488 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/mac.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/FL/mac.H b/FL/mac.H
index 7beeba3e2..667c14cfb 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -171,7 +171,6 @@ public:
static void *get_carbon_function(const char *name);
static void screen_work_area(int &X, int &Y, int &W, int &H, int n); // compute work area of a given screen
static int next_marked_length; // next length of marked text after current marked text will have been replaced
- static int insertion_point_location(int *px, int *py, int *pheight); // computes window coordinates & height of insertion point
static const int CoreText_threshold; // Mac OS version from which the Core Text API is used to display text
static Fl_Fontdesc* calc_fl_fonts(void); // computes the fl_fonts global variable
static int calc_mac_os_version(void); // computes the fl_mac_os_version global variable