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);