From f8766d5258f8c8858e6f9558eb1e6e4a94dc0529 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 26 Oct 2011 09:40:02 +0300 Subject: WaE: unreachable code --- starmath/source/cursor.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'starmath') diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx index 3375f18abab2..5d92d44691c3 100644 --- a/starmath/source/cursor.cxx +++ b/starmath/source/cursor.cxx @@ -1339,7 +1339,6 @@ bool SmCursor::IsLineCompositionNode(SmNode* pNode){ default: return false; } - return false; } int SmCursor::CountSelectedNodes(SmNode* pNode){ -- cgit