summaryrefslogtreecommitdiff
path: root/doc/classes/EditorProperty.xml
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2022-08-26 16:43:24 +0300
committerYuri Sizov <yuris@humnom.net>2022-08-26 17:22:13 +0300
commit207bdc2b9f0d6a4a00189a9f8a20bdb6a630665b (patch)
treeba7cfb971088ab399d72658b85929b81e91a7430 /doc/classes/EditorProperty.xml
parentff612b6916876f890113d0241b39273d400314b6 (diff)
Remove Inspector tooltip hack that never actually worked
Diffstat (limited to 'doc/classes/EditorProperty.xml')
-rw-r--r--doc/classes/EditorProperty.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/classes/EditorProperty.xml b/doc/classes/EditorProperty.xml
index 4a6a0e7226..67204f2a15 100644
--- a/doc/classes/EditorProperty.xml
+++ b/doc/classes/EditorProperty.xml
@@ -44,12 +44,6 @@
Gets the edited property. If your editor is for a single property (added via [method EditorInspectorPlugin._parse_property]), then this will return the property.
</description>
</method>
- <method name="get_tooltip_text" qualifiers="const">
- <return type="String" />
- <description>
- Must be implemented to provide a custom tooltip to the property editor.
- </description>
- </method>
<method name="set_bottom_editor">
<return type="void" />
<param index="0" name="editor" type="Control" />