From 519673a7761f0e43d926ea5dac43cda305fb089e Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 31 Mar 2016 19:55:03 +0000 Subject: Move dnd and character-composition related functions from Fl_System_Driver to Fl_Screen_Driver git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11489 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_System_Driver.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Fl_System_Driver.cxx') diff --git a/src/Fl_System_Driver.cxx b/src/Fl_System_Driver.cxx index 60406bc09..798c1296d 100644 --- a/src/Fl_System_Driver.cxx +++ b/src/Fl_System_Driver.cxx @@ -372,10 +372,6 @@ int Fl_System_Driver::clocale_printf(FILE *output, const char *format, va_list a return vfprintf(output, format, args); } -void Fl_System_Driver::compose_reset() { - Fl::compose_state = 0; -} - // // End of "$Id$". // -- cgit v1.2.3