summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/cpixmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'ue2/imgsynth2/cpixmap.h')
-rw-r--r--ue2/imgsynth2/cpixmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ue2/imgsynth2/cpixmap.h b/ue2/imgsynth2/cpixmap.h
index 6e147ed..c7537cd 100644
--- a/ue2/imgsynth2/cpixmap.h
+++ b/ue2/imgsynth2/cpixmap.h
@@ -112,8 +112,8 @@ class CPixMap : public CBitmap
112 uint32_t yHotspot; 112 uint32_t yHotspot;
113 113
114 /* color tables*/ 114 /* color tables*/
115 std::map<unsigned const char, std::map< std::string, std::string > > xpmColors; 115 // std::map<std::string, std::map< std::string, std::string > > xpmColors;
116 116 // std::map<std::string, uint32_t[3]> xpmColors;
117 117
118 118
119 } PIXMAP_FILEHEADER; 119 } PIXMAP_FILEHEADER;