From: Georg Baum Date: Thu, 4 Jan 2007 16:04:50 +0000 (+0000) Subject: remove declaration of nonexisting function selCut() X-Git-Tag: 1.6.10~11350 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=62ec304e45a330284282f20c4b24ff6ccc4ecaf7;p=features.git remove declaration of nonexisting function selCut() git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16507 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/CutAndPaste.h b/src/CutAndPaste.h index e7a8765cac..4bb4679f22 100644 --- a/src/CutAndPaste.h +++ b/src/CutAndPaste.h @@ -74,8 +74,6 @@ void eraseSelection(LCursor & cur); docstring grabAndEraseSelection(LCursor & cur); // other selection methods /// -void selCut(LCursor & cur); -/// void selDel(LCursor & cur); /// clears or deletes selection depending on lyxrc setting void selClearOrDel(LCursor & cur);