mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 18:24:48 +00:00
remove double declaration of cutSelection
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16489 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1557221505
commit
f6bb0d8b3d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user