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
This commit is contained in:
Manolo Gouy 2011-10-26 11:17:31 +00:00
parent afd64de007
commit a1d63bc158
2 changed files with 0 additions and 9 deletions

View File

@ -131,10 +131,6 @@ private:
bool subwindow;
};
extern struct Fl_XMap {
RGBColor rgb;
ulong pen;
} *fl_current_xmap;
extern Window fl_window;
#endif // FL_LIBRARY || FL_INTERNALS

View File

@ -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;