X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fpseudorendercontrol.hh;h=603fc4baa6ea4ac6676a6c6e4b67f1ebca3ec569;hb=044c8ae416da315a7a111727c2f5dfc769c15125;hp=c88ae931ecd17cc9f01d5f5c414d5ad72b49160b;hpb=9faca110acaffe21fd9f14cef807bc7aeb289a2a;p=chaz%2Fopenbox 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;