]> git.lyx.org Git - features.git/commitdiff
remove declaration of nonexisting function selCut()
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 4 Jan 2007 16:04:50 +0000 (16:04 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 4 Jan 2007 16:04:50 +0000 (16:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16507 a592a061-630c-0410-9148-cb99ea01b6c8

src/CutAndPaste.h

index e7a8765cac1b5d69f2c3a33b21d7c6a6cc8f5161..4bb4679f220219ea5b6cbc8b436e631b5cfad6a1 100644 (file)
@@ -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);