From da2d4a8ee53e49b21f315516dad2c96b232013a0 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 19 Sep 2017 19:33:54 +0000 Subject: Convert the initialisation of global variables fl_local_shift, fl_local_meta, etc... using the driver approach. This avoids repeating the default values "Shift", "Meta", etc... for several platforms. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12463 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx') diff --git a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx index 219cfad80..efbe65d01 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx +++ b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx @@ -53,13 +53,6 @@ typedef RPC_STATUS (WINAPI* uuid_func)(UUID __RPC_FAR *Uuid); inline int isdirsep(char c) { return c == '/' || c == '\\'; } -#if !defined(FL_DOXYGEN) -const char* fl_local_alt = "Alt"; -const char* fl_local_ctrl = "Ctrl"; -const char* fl_local_meta = "Meta"; -const char* fl_local_shift = "Shift"; -#endif - static wchar_t *mbwbuf = NULL; static wchar_t *wbuf = NULL; static wchar_t *wbuf1 = NULL; -- cgit v1.2.3