diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-09-27 14:00:37 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-09-27 14:00:37 +0000 |
commit | 1d914fe465fd9ac4775b88481c3a84ea398ce66e (patch) | |
tree | 24ce34a8ed752fa4bf17e65b9fe1684417d43d28 /src/glut | |
parent | 07bacc226379dba36b245672af6d680a7d18e58f (diff) |
remove obsolete comment
Diffstat (limited to 'src/glut')
-rw-r--r-- | src/glut/glx/glut_cmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glut/glx/glut_cmap.c b/src/glut/glx/glut_cmap.c index a6ff1267dc..e8d9e1f01b 100644 --- a/src/glut/glx/glut_cmap.c +++ b/src/glut/glx/glut_cmap.c @@ -249,7 +249,6 @@ __glutSetupColormap(XVisualInfo * vi, GLUTcolormap ** colormap, Colormap * cmap) private one. */ /* XXX Should do a better job of internal sharing for privately allocated TrueColor colormaps. */ - /* XXX DirectColor probably needs ramps hand initialized! */ *cmap = XCreateColormap(__glutDisplay, __glutRoot, vi->visual, AllocNone); break; |