From 7a63b2db636f01694cb54726bbb04287718e286a Mon Sep 17 00:00:00 2001 From: Jamey Sharp Date: Sun, 11 Jul 2010 20:36:34 -0700 Subject: [PATCH] Delete Colormap->devPriv. It isn't used any more. Signed-off-by: Jamey Sharp Reviewed-by: Tiago Vignatti --- include/colormapst.h | 4 +--- 1 file changed, 1 insertion(+), 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 */