Skip to content

Commit

Permalink
Mac OS: removed unused type Fl_XMap and global variable fl_current_xmap.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9151 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed Oct 26, 2011
1 parent afd64de commit a1d63bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions FL/mac.H
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions src/fl_color_mac.cxx
Expand Up @@ -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;
Expand Down

0 comments on commit a1d63bc

Please sign in to comment.