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())