Remove unnecessary pointer check before deleting it
No real changes.
This commit is contained in:
@@ -3141,12 +3141,9 @@ public:
|
||||
}
|
||||
|
||||
~wxSTCListBoxD2D()
|
||||
{
|
||||
if ( m_surfaceFontData )
|
||||
{
|
||||
delete m_surfaceFontData;
|
||||
}
|
||||
}
|
||||
|
||||
void SetListBoxFont(Font& font) wxOVERRIDE
|
||||
{
|
||||
|
Reference in New Issue
Block a user