Kaydet (Commit) d8b8ddf3 authored tarafından Caolán McNamara's avatar Caolán McNamara

custom dtor is unnecessary

Change-Id: I2b9d167628995747a6c1b032f3461d988ed485e5
üst 2e143e77
......@@ -120,7 +120,6 @@ public:
SalX11Screen nXScreen );
SalColormap( sal_uInt16 nDepth );
SalColormap();
~SalColormap();
inline Colormap GetXColormap() const { return m_hColormap; }
inline const SalDisplay* GetDisplay() const { return m_pDisplay; }
......
......@@ -2705,14 +2705,6 @@ SalColormap::SalColormap( sal_uInt16 nDepth )
}
}
SalColormap::~SalColormap()
{
#ifdef DBG_UTIL
m_hColormap = None;
m_pDisplay = nullptr;
#endif
}
void SalColormap::GetPalette()
{
Pixel i;
......
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