From 02870242eea8b729b3dbd6d23eb77372f61c6318 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 19 Jun 2022 10:23:24 +0200 Subject: Move input method support to Fl_Screen_Driver from Fl_Graphics_Driver --- src/drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx') diff --git a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx index ee9542c21..b50309438 100644 --- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx +++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx @@ -174,11 +174,3 @@ void Fl_Quartz_Graphics_Driver::restore_scale(float s) { CGContextScaleCTM(gc_, s, s); } } - -void Fl_Quartz_Graphics_Driver::set_spot(int /*font*/, int size, int X, int Y, int /*W*/, int /*H*/, Fl_Window* /*win*/) { - Fl_Cocoa_Screen_Driver::insertion_point_location(X, Y, size); -} - -void Fl_Quartz_Graphics_Driver::reset_spot() { - Fl_Cocoa_Screen_Driver::reset_marked_text(); -} -- cgit v1.2.3