left a few errors in the subclass source by accident

This commit is contained in:
jp9000
2013-11-09 00:24:39 -07:00
parent 0b753be08a
commit 66ba95dc4b
+3 -14
View File
@@ -43,12 +43,11 @@ wxFont wxCreateFontFromStockObject2(int index)
#else
font.Create(info);
#endif
} else {
wxFAIL_MSG(wxT("failed to get LOGFONT"));
}
} else {
wxFAIL_MSG(wxT("stock font not found"));
wxFAIL_MSG(wxT("failed to get LOGFONT"));
}
} else {
wxFAIL_MSG(wxT("stock font not found"));
}
return font;
@@ -65,16 +64,6 @@ WindowSubclass::WindowSubclass(wxWindow* parent, wxWindowID id,
#endif
}
ListCtrlFixed::ListCtrlFixed(wxWindow *parent,
wxWindowID id,
const wxPoint& pos,
const wxSize& size,
long style,
const wxValidator& validator,
const wxString& name)
{
}
wxSize ListCtrlFixed::DoGetBestClientSize() const
{
if (!InReportView())