Remove unnecessary wxFontRefData::operator==() in wxQt
It wasn't used anywhere anyhow.
This commit is contained in:
@@ -111,11 +111,6 @@ public:
|
||||
m_nativeFontInfo.m_qtFont = data.m_nativeFontInfo.m_qtFont;
|
||||
}
|
||||
|
||||
bool operator == (const wxFontRefData& data) const
|
||||
{
|
||||
return m_nativeFontInfo.m_qtFont == data.m_nativeFontInfo.m_qtFont;
|
||||
}
|
||||
|
||||
wxNativeFontInfo m_nativeFontInfo;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user