From 044c8ae416da315a7a111727c2f5dfc769c15125 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 12 Feb 2003 01:14:02 +0000 Subject: start of pseudo init --- otk/pseudorendercontrol.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'otk/pseudorendercontrol.hh') diff --git a/otk/pseudorendercontrol.hh b/otk/pseudorendercontrol.hh index c88ae931..603fc4ba 100644 --- a/otk/pseudorendercontrol.hh +++ b/otk/pseudorendercontrol.hh @@ -17,10 +17,9 @@ private: int _cpc; // colors-per-channel: must be a value between [2,6] int _bpp; // bits-per-pixel + int _ncolors; // number of allocated colors, size of the XColor array - // These are only used for !TrueColor visuals XColor *_colors; - int _ncolors; virtual void reduceDepth(Surface &sf, XImage *im) const; -- cgit v1.2.3