projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07bacc2
)
remove obsolete comment
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 27 Sep 2006 14:00:37 +0000
(14:00 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 27 Sep 2006 14:00:37 +0000
(14:00 +0000)
src/glut/glx/glut_cmap.c
patch
|
blob
|
history
diff --git
a/src/glut/glx/glut_cmap.c
b/src/glut/glx/glut_cmap.c
index a6ff1267dc25eb324332e4e20d8447086e5ae109..e8d9e1f01bfd9b43fe434cb257cb3e6f4a059287 100644
(file)
--- 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;