X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCutAndPaste.h;h=a67d1b5a591a5e1ce1b659a5ee12c0378951ce0c;hb=bf2bf2eaedadf39a6398db624c8b6c52099ca31d;hp=d1d48d01d15a1133d405a84d000f02655fb562e6;hpb=aa2f409d871d36dc0e1c038aba900d06963d3459;p=lyx.git diff --git a/src/CutAndPaste.h b/src/CutAndPaste.h index d1d48d01d1..a67d1b5a59 100644 --- a/src/CutAndPaste.h +++ b/src/CutAndPaste.h @@ -59,9 +59,9 @@ void replaceSelection(Cursor & cur); * system clipboard. Set this to false to only delete the * selection. */ -void cutSelection(Cursor & cur, bool doclear = true, bool realcut = true); +void cutSelection(Cursor & cur, bool realcut = true); /// Like cutSelection, but only put to temporary cut buffer -void cutSelectionToTemp(Cursor & cur, bool doclear = true, bool realcut = true); +void cutSelectionToTemp(Cursor & cur, bool realcut = true); /// Push the current selection to the cut buffer and the system clipboard. void copySelection(Cursor const & cur);