From 6e932c31081597b5aec845987c2a386ff28d5cc9 Mon Sep 17 00:00:00 2001 From: Todd Ross Date: Mon, 8 Jan 2018 10:57:07 -0600 Subject: obsolete UndoRedo max_steps; no users identified --- core/undo_redo.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/undo_redo.h') diff --git a/core/undo_redo.h b/core/undo_redo.h index 5d7ab782d6..a373296b73 100644 --- a/core/undo_redo.h +++ b/core/undo_redo.h @@ -79,7 +79,6 @@ private: Vector actions; int current_action; int action_level; - int max_steps; MergeMode merge_mode; uint64_t version; @@ -115,9 +114,6 @@ public: String get_current_action_name() const; void clear_history(); - void set_max_steps(int p_max_steps); - int get_max_steps() const; - uint64_t get_version() const; void set_commit_notify_callback(CommitNotifyCallback p_callback, void *p_ud); -- cgit v1.2.3