From: Włodzimierz Skiba Date: Mon, 11 Apr 2005 12:03:10 +0000 (+0000) Subject: Do not break twice. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/08a5479d78899b66b5378f145a1fc0b141017498 Do not break twice. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/radiobox.cpp b/src/msw/radiobox.cpp index 26890f192c..cb435180b1 100644 --- a/src/msw/radiobox.cpp +++ b/src/msw/radiobox.cpp @@ -832,8 +832,6 @@ LRESULT APIENTRY _EXPORT wxRadioBtnWndProc(HWND hwnd, if ( processed ) return 0; - - break; } break; #endif // !__WXWINCE__