diff options
| author | Manolo Gouy <Manolo> | 2011-10-26 11:17:31 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-10-26 11:17:31 +0000 |
| commit | a1d63bc1580b40a7a0462a25b3f235dbbe57a540 (patch) | |
| tree | e62ece3af437481a4d9f150478558ab10a0b7924 /src | |
| parent | afd64de00726175b7cc52b5b0c29ba25f31bb0c8 (diff) | |
Mac OS: removed unused type Fl_XMap and global variable fl_current_xmap.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9151 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/fl_color_mac.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/fl_color_mac.cxx b/src/fl_color_mac.cxx index 600fd8f7f..52957d4d7 100644 --- a/src/fl_color_mac.cxx +++ b/src/fl_color_mac.cxx @@ -33,11 +33,6 @@ static unsigned fl_cmap[256] = { #include "fl_cmap.h" // this is a file produced by "cmap.cxx": }; -// Translations to mac data structures: -Fl_XMap fl_xmap[256]; - -Fl_XMap* fl_current_xmap; - void Fl_Quartz_Graphics_Driver::color(Fl_Color i) { Fl_Graphics_Driver::color(i); int index; |
