From 1d914fe465fd9ac4775b88481c3a84ea398ce66e Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 27 Sep 2006 14:00:37 +0000 Subject: remove obsolete comment --- src/glut/glx/glut_cmap.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/glut') 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; -- cgit v1.2.3