// Author: Julian Smart
// Modified by:
// Created: 17/09/98
-// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
wxPaletteRefData::~wxPaletteRefData()
{
- Display *display = (Display*) NULL;
+ Display *display = NULL;
wxList::compatibility_iterator node, next;
return new wxPaletteRefData;
}
-wxGDIRefData *wxPalette::CloneGDIRefData(const wxGDIRefData *data) const
+wxGDIRefData *
+wxPalette::CloneGDIRefData(const wxGDIRefData * WXUNUSED(data)) const
{
- return new wxPaletteRefData(*wx_static_cast(const wxPaletteRefData *, data));
+ wxFAIL_MSG( wxS("Cloning palettes is not implemented in wxX11.") );
+
+ return new wxPaletteRefData;
}
int wxPalette::GetPixel(unsigned char WXUNUSED(red),