diff options
| author | Manolo Gouy <Manolo> | 2016-03-31 17:25:18 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-31 17:25:18 +0000 |
| commit | 2de2f5496820f91c81df65834eee268126086209 (patch) | |
| tree | 1ee88071287b849a08467bee48f7c281b38d1bae /src/drivers/Darwin/Fl_Darwin_System_Driver.H | |
| parent | ff83e355b09f07848257d8fef7a12705347955cc (diff) | |
Move the marked text support member functions from Fl_System_Driver to Fl_Screen_Driver.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11486 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Darwin/Fl_Darwin_System_Driver.H')
| -rw-r--r-- | src/drivers/Darwin/Fl_Darwin_System_Driver.H | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/Darwin/Fl_Darwin_System_Driver.H b/src/drivers/Darwin/Fl_Darwin_System_Driver.H index 6926487ba..bfb1a66ea 100644 --- a/src/drivers/Darwin/Fl_Darwin_System_Driver.H +++ b/src/drivers/Darwin/Fl_Darwin_System_Driver.H @@ -65,9 +65,6 @@ public: virtual int rmdir(const char* f) {return ::rmdir(f);} virtual int rename(const char* f, const char *n) {return ::rename(f, n);} virtual int clocale_printf(FILE *output, const char *format, va_list args); - virtual int has_marked_text(); - virtual void reset_marked_text(); - virtual void insertion_point_location(int x, int y, int height); }; #endif // FL_DARWIN_SYSTEM_DRIVER_H |
