mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-12 11:32:21 +00:00
remove declaration of nonexisting function selPaste()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16508 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
62ec304e45
commit
da439a4b19
@ -77,8 +77,6 @@ docstring grabAndEraseSelection(LCursor & cur);
|
|||||||
void selDel(LCursor & cur);
|
void selDel(LCursor & cur);
|
||||||
/// clears or deletes selection depending on lyxrc setting
|
/// clears or deletes selection depending on lyxrc setting
|
||||||
void selClearOrDel(LCursor & cur);
|
void selClearOrDel(LCursor & cur);
|
||||||
/// pastes n-th element of cut buffer
|
|
||||||
void selPaste(LCursor & cur, size_t n);
|
|
||||||
|
|
||||||
/** Tabular has its own paste stack for multiple cells
|
/** Tabular has its own paste stack for multiple cells
|
||||||
* but it needs to know whether there is a more recent
|
* but it needs to know whether there is a more recent
|
||||||
|
Loading…
Reference in New Issue
Block a user