From 6af862d5773ad64aefdf9bf2cf00eba8ec3bf966 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 1 Jun 2003 21:29:17 +0000 Subject: [PATCH] fixed compilation warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/wincmn.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/wincmn.cpp b/src/common/wincmn.cpp index 8fe883928d..e19fa56716 100644 --- a/src/common/wincmn.cpp +++ b/src/common/wincmn.cpp @@ -626,8 +626,6 @@ wxSize wxWindowBase::DoGetVirtualSize() const return wxSize( wxMax( m_virtualSize.GetWidth(), s.GetWidth() ), wxMax( m_virtualSize.GetHeight(), s.GetHeight() ) ); - - return s; } // ----------------------------------------------------------------------------