From: Brian Paul Date: Wed, 27 Sep 2006 14:00:37 +0000 (+0000) Subject: remove obsolete comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d914fe465fd9ac4775b88481c3a84ea398ce66e;p=mesa.git remove obsolete comment --- diff --git a/src/glut/glx/glut_cmap.c b/src/glut/glx/glut_cmap.c index a6ff1267dc2..e8d9e1f01bf 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;