aboutsummaryrefslogtreecommitdiff
path: root/core/undo_redo.h
diff options
context:
space:
mode:
authorTodd Ross2018-01-08 10:57:07 -0600
committerTodd Ross2018-01-08 10:57:07 -0600
commit6e932c31081597b5aec845987c2a386ff28d5cc9 (patch)
treee36933ceecf1e5360304f8438ba506ef326bccfd /core/undo_redo.h
parentefe27c6ed243bfa559a94be957c479d8e1025ba2 (diff)
downloadgodot-6e932c31081597b5aec845987c2a386ff28d5cc9.tar.gz
godot-6e932c31081597b5aec845987c2a386ff28d5cc9.tar.zst
godot-6e932c31081597b5aec845987c2a386ff28d5cc9.zip
Diffstat (limited to 'core/undo_redo.h')
-rw-r--r--core/undo_redo.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/undo_redo.h b/core/undo_redo.h
index 5d7ab782d..a373296b7 100644
--- a/core/undo_redo.h
+++ b/core/undo_redo.h
@@ -79,7 +79,6 @@ private:
Vector<Action> 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);