]> git.lyx.org Git - lyx.git/blobdiff - src/text.C
remove obsolete comment
[lyx.git] / src / text.C
index 73f3c27148915402427c6c3eb7b8a3dbdee4622f..10990823ba07992af8ec468a70949c9004b043c3 100644 (file)
@@ -1706,7 +1706,6 @@ void LyXText::setCursorFromCoordinates(LCursor & cur, int const x, int const y)
                << endl;
 
        setCursor(cur, pit, pos, true, bound);
-       return;
 }