]> git.lyx.org Git - features.git/blobdiff - src/CutAndPaste.h
remove double declaration of cutSelection
[features.git] / 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.