diff options
author | Jamey Sharp <jamey@minilop.net> | 2010-07-11 20:36:34 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2010-09-13 15:55:17 -0700 |
commit | 7a63b2db636f01694cb54726bbb04287718e286a (patch) | |
tree | 9f5aa156705aa529a55f5abd708419602abf1d0b /include/colormapst.h | |
parent | 2e8069dd36c2f5caf868937405fc03328004a85d (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/colormapst.h')
-rw-r--r-- | include/colormapst.h | 4 |
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 */ |