]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbox.cpp
Added missing return type
[wxWidgets.git] / src / msw / statbox.cpp
index 0d4df55d134be0bcf1fac94128fdca2891fc4bfe..e568f4475de2872161d571a7c17e98b184d2021f 100644 (file)
@@ -138,11 +138,6 @@ bool wxStaticBox::Create(wxWindow *parent,
     return true;
 }
 
-wxBorder wxStaticBox::GetDefaultBorder() const
-{
-    return wxBORDER_NONE;
-}
-
 WXDWORD wxStaticBox::MSWGetStyle(long style, WXDWORD *exstyle) const
 {
     long styleWin = wxStaticBoxBase::MSWGetStyle(style, exstyle);