diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-08-26 23:04:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-26 23:04:50 +0200 |
commit | bd219de7fe25da5a56a661332a0a59c287b94742 (patch) | |
tree | 95581527a90e70ec275267c9c70407fff6e02d65 /doc/classes | |
parent | f9f24469720a9422a1b08e387c81378d734ace82 (diff) | |
parent | 207bdc2b9f0d6a4a00189a9f8a20bdb6a630665b (diff) |
Merge pull request #64928 from YuriSizov/editor-tooltip-or-not-tooltip
Remove Inspector tooltip hack that never actually worked
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/EditorProperty.xml | 6 |
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" /> |