]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/topluniv.cpp
Compilation fixes.
[wxWidgets.git] / src / univ / topluniv.cpp
index f1dae67cb3be815a7e6df697b9e74bb16e1d0dfc..959ac9f713ba24544e803b2868109ee2ee229947 100644 (file)
@@ -354,7 +354,10 @@ static bool wxGetResizingCursor(long hitTestResult, wxCursor& cursor)
                 break;
             default:
                 return FALSE;
                 break;
             default:
                 return FALSE;
+                #if 0
+                // not rachable due to earlier return
                 break;
                 break;
+                #endif
         }
         return TRUE;
     }
         }
         return TRUE;
     }