]> git.lyx.org Git - features.git/commitdiff
remove double declaration of cutSelection
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 4 Jan 2007 09:14:28 +0000 (09:14 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 4 Jan 2007 09:14:28 +0000 (09:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16489 a592a061-630c-0410-9148-cb99ea01b6c8

src/CutAndPaste.h

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