summaryrefslogtreecommitdiff
path: root/doc/classes/UndoRedo.xml
diff options
context:
space:
mode:
authorTodd Ross <github@brainsick.com>2018-01-08 10:57:07 -0600
committerTodd Ross <github@brainsick.com>2018-01-08 10:57:07 -0600
commit6e932c31081597b5aec845987c2a386ff28d5cc9 (patch)
treee36933ceecf1e5360304f8438ba506ef326bccfd /doc/classes/UndoRedo.xml
parentefe27c6ed243bfa559a94be957c479d8e1025ba2 (diff)
obsolete UndoRedo max_steps; no users identified
Diffstat (limited to 'doc/classes/UndoRedo.xml')
-rw-r--r--doc/classes/UndoRedo.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/classes/UndoRedo.xml b/doc/classes/UndoRedo.xml
index f0d69b9b7f..3cd88dafe3 100644
--- a/doc/classes/UndoRedo.xml
+++ b/doc/classes/UndoRedo.xml
@@ -108,12 +108,6 @@
Get the name of the current action.
</description>
</method>
- <method name="get_max_steps" qualifiers="const">
- <return type="int">
- </return>
- <description>
- </description>
- </method>
<method name="get_version" qualifiers="const">
<return type="int">
</return>
@@ -128,14 +122,6 @@
<description>
</description>
</method>
- <method name="set_max_steps">
- <return type="void">
- </return>
- <argument index="0" name="max_steps" type="int">
- </argument>
- <description>
- </description>
- </method>
<method name="undo">
<return type="void">
</return>