diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-06-03 21:09:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-03 21:09:43 +0200 |
commit | 932ab0c63737087e98b272e8b47cf642021ff196 (patch) | |
tree | 87695da218a3a2979f1e4d56554c094d0b804abe /doc/classes/EditorPaths.xml | |
parent | a867c5ab7736887c8496e9628a0b24d95ba3815f (diff) | |
parent | 638cd3b056b5b0b4389e1c301492dc01cb3e7357 (diff) |
Merge pull request #49282 from pycbouh/editor-fix-broken-paths
Replace `get_settings_dir` with `get_config_dir` when fetching configuration paths
Diffstat (limited to 'doc/classes/EditorPaths.xml')
-rw-r--r-- | doc/classes/EditorPaths.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/classes/EditorPaths.xml b/doc/classes/EditorPaths.xml index b92927fd53..d0d785dbb8 100644 --- a/doc/classes/EditorPaths.xml +++ b/doc/classes/EditorPaths.xml @@ -31,12 +31,6 @@ <description> </description> </method> - <method name="get_settings_dir" qualifiers="const"> - <return type="String"> - </return> - <description> - </description> - </method> <method name="is_self_contained" qualifiers="const"> <return type="bool"> </return> |