Kaydet (Commit) 815e33cf authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field

Change-Id: Idaa0d4a22b97e477ce3cde6a978ea0ab99367190
üst a0c81e5a
......@@ -43,7 +43,6 @@ public:
class PaletteASE : public Palette
{
bool mbValidPalette;
OUString maFName;
OUString maFPath;
OUString maName;
ColorList maColors;
......
......@@ -30,7 +30,6 @@ PaletteASE::~PaletteASE()
PaletteASE::PaletteASE( const OUString &rFPath, const OUString &rFName ) :
mbValidPalette( false ),
maFName ( rFName ),
maFPath ( rFPath ),
maName ( rFName )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment