diff options
-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; |