From 66ba95dc4b02c2c90cec4ec1a2389ef5053a5f00 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Sat, 9 Nov 2013 00:24:39 -0700 Subject: [PATCH] left a few errors in the subclass source by accident --- obs/window-subclass.cpp | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/obs/window-subclass.cpp b/obs/window-subclass.cpp index cefb1763f..77fa43484 100644 --- a/obs/window-subclass.cpp +++ b/obs/window-subclass.cpp @@ -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())