diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-26 09:40:02 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-26 09:40:02 +0300 |
commit | f8766d5258f8c8858e6f9558eb1e6e4a94dc0529 (patch) | |
tree | eff52632bbfd5d28a0c57b8614afb3063333ec4c /starmath | |
parent | c0913d78c258f7e49b52f45909b2cebbd9fb6103 (diff) |
WaE: unreachable code
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/cursor.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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){ |