From f6bb0d8b3d0df343b2e4a10e6b6ea0c374c3a890 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Thu, 4 Jan 2007 09:14:28 +0000 Subject: [PATCH] remove double declaration of cutSelection git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16489 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/CutAndPaste.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/CutAndPaste.h b/src/CutAndPaste.h index eb6aded2e2..e7a8765cac 100644 --- a/src/CutAndPaste.h +++ b/src/CutAndPaste.h @@ -37,9 +37,6 @@ size_type numberOfSelections(); /// docstring getSelection(Buffer const & buffer, size_t sel_index); -/// -void cutSelection(LCursor & cur, bool doclear, bool realcut); - /* Replace using the font of the first selected character and select * the new string. When \c backwards == false, set anchor before * cursor; otherwise set cursor before anchor. -- 2.39.2