]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbmp.cpp
catch unhandled exceptions in POSIX threads implementation the same way wxMSW does
[wxWidgets.git] / src / msw / statbmp.cpp
index cd03008f89e66d50df44c2d1c863af9ed8b4644f..537c193d847663f98ec2b54b57b339194baaff67 100644 (file)
@@ -171,11 +171,6 @@ bool wxStaticBitmap::Create(wxWindow *parent,
     return true;
 }
 
-wxBorder wxStaticBitmap::GetDefaultBorder() const
-{
-    return wxBORDER_NONE;
-}
-
 WXDWORD wxStaticBitmap::MSWGetStyle(long style, WXDWORD *exstyle) const
 {
     WXDWORD msStyle = wxControl::MSWGetStyle(style, exstyle);