diff options
| author | Manolo Gouy <Manolo> | 2016-03-31 20:11:04 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-31 20:11:04 +0000 |
| commit | 8566b126c21d29fc540706210aaa91bc25abca6b (patch) | |
| tree | 82242c541498af73b505d1a2230060dfd4c0fb79 /src | |
| parent | 03eb542e0d5659c6c1b4a64f44a8e74c70c236ec (diff) | |
Remve useless extern declaration
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11491 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/drivers/Posix/Fl_Posix_System_Driver.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/Posix/Fl_Posix_System_Driver.cxx b/src/drivers/Posix/Fl_Posix_System_Driver.cxx index 5d42330f6..de156e422 100644 --- a/src/drivers/Posix/Fl_Posix_System_Driver.cxx +++ b/src/drivers/Posix/Fl_Posix_System_Driver.cxx @@ -23,9 +23,6 @@ #include <locale.h> #include <stdio.h> -extern XIC fl_xim_ic; // in Fl_x.cxx - - // Pointers you can use to change FLTK to a foreign language. // Note: Similar pointers are defined in FL/fl_ask.H and src/fl_ask.cxx const char* fl_local_alt = "Alt"; |
