remove obsolete comment
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 27 Sep 2006 14:00:37 +0000 (14:00 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 27 Sep 2006 14:00:37 +0000 (14:00 +0000)
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;