fix unreachable code warning in TranslateBorder()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1319,8 +1319,6 @@ wxBorder wxWindowMSW::TranslateBorder(wxBorder border) const
|
|||||||
#endif
|
#endif
|
||||||
return border;
|
return border;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return border;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user