summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2010-07-11 20:36:34 -0700
committerJamey Sharp <jamey@minilop.net>2010-09-13 15:55:17 -0700
commit7a63b2db636f01694cb54726bbb04287718e286a (patch)
tree9f5aa156705aa529a55f5abd708419602abf1d0b /include
parent2e8069dd36c2f5caf868937405fc03328004a85d (diff)
Delete Colormap->devPriv. It isn't used any more.
Signed-off-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Diffstat (limited to 'include')
-rw-r--r--include/colormapst.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/colormapst.h b/include/colormapst.h
index f1fc8ebef..0ba5bd0b5 100644
--- a/include/colormapst.h
+++ b/include/colormapst.h
@@ -126,9 +126,7 @@ typedef struct _ColormapRec
Entry *red;
Entry *green;
Entry *blue;
- pointer devPriv;
- PrivateRec *devPrivates; /* dynamic devPrivates added after devPriv
- already existed - must keep devPriv */
+ PrivateRec *devPrivates;
} ColormapRec;
#endif /* COLORMAP_H */