Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / glut / glx / glut_cmap.c
index a6ff1267dc25eb324332e4e20d8447086e5ae109..e8d9e1f01bfd9b43fe434cb257cb3e6f4a059287 100644 (file)
@@ -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;