X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14f355c2b5c71fc7c3d680aea366582d2ac60f7b..e4ffab299a1a214fbdd9e3941909323875b32e28:/src/univ/topluniv.cpp diff --git a/src/univ/topluniv.cpp b/src/univ/topluniv.cpp index f1dae67cb3..959ac9f713 100644 --- a/src/univ/topluniv.cpp +++ b/src/univ/topluniv.cpp @@ -354,7 +354,10 @@ static bool wxGetResizingCursor(long hitTestResult, wxCursor& cursor) break; default: return FALSE; + #if 0 + // not rachable due to earlier return break; + #endif } return TRUE; }