summaryrefslogtreecommitdiffstats
path: root/src/document-undo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/document-undo.h')
-rw-r--r--src/document-undo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/document-undo.h b/src/document-undo.h
index 559036458..85b44d562 100644
--- a/src/document-undo.h
+++ b/src/document-undo.h
@@ -33,9 +33,9 @@ public:
static bool getUndoSensitive(SPDocument const *document);
- static void clearUndo(SPDocument *document, size_t limit = 0);
+ static void clearUndo(SPDocument *document);
- static void clearRedo(SPDocument *document, size_t limit = 0);
+ static void clearRedo(SPDocument *document);
static void done(SPDocument *document, unsigned int event_type, Glib::ustring const &event_description);