diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-12-17 19:29:49 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-01-09 18:22:39 +0100 |
commit | 22d05186ed7bf0314b43e1db09eb8706d09c6da1 (patch) | |
tree | 28fe793d421c605622df233a53756b54b9f527ec /vcl/inc/unx | |
parent | f072008981f77e8e28a9f088b4c3604b860af5f8 (diff) |
callcatcher: remove unused SalColormap methods
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r-- | vcl/inc/unx/saldisp.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/unx/saldisp.hxx b/vcl/inc/unx/saldisp.hxx index ded2d1c65ac8..8fd0507deb36 100644 --- a/vcl/inc/unx/saldisp.hxx +++ b/vcl/inc/unx/saldisp.hxx @@ -163,7 +163,6 @@ public: SalColormap( const SalDisplay* pSalDisplay, Colormap hColormap, int nScreen ); - SalColormap( const BitmapPalette &rpPalette ); SalColormap( sal_uInt16 nDepth ); SalColormap(); ~SalColormap(); @@ -189,7 +188,6 @@ public: int b ) const; Pixel GetPixel( SalColor nColor ) const; SalColor GetColor( Pixel nPixel ) const; - void SetPalette( const BitmapPalette &rPalette ); }; // -=-= SalXLib =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= |