From 914e7f9b0926a62f65c0351963ba533c6dee09f5 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 8 Feb 2013 11:58:19 +0000 Subject: Mac OS text input: removed the Fl::marked_text_length() function that's not necessary. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9816 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl.H | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'FL') diff --git a/FL/Fl.H b/FL/Fl.H index 10c038688..4cd7a0b3f 100644 --- a/FL/Fl.H +++ b/FL/Fl.H @@ -142,10 +142,9 @@ public: // should be private! static Fl_Widget* selection_owner_; static Fl_Window* modal_; static Fl_Window* grab_; - static int compose_state; + static int compose_state; // used for dead keys (WIN32) or marked text (MacOS) static void call_screen_init(); // recompute screen number and dimensions #ifdef __APPLE__ - static int marked_text_length(void); // returns length of marked text static void reset_marked_text(); // resets marked text static void insertion_point_location(int x, int y, int height); // sets window coordinates & height of insertion point #endif -- cgit v1.2.3