diff options
author | Yuri Sizov <yuris@humnom.net> | 2021-06-03 18:24:07 +0300 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2021-06-03 18:24:26 +0300 |
commit | 638cd3b056b5b0b4389e1c301492dc01cb3e7357 (patch) | |
tree | 926a69f89deca40566f9ead45973b8ec66ae3071 /doc | |
parent | f288a79482ad5272d872fdc84fdb64a228334d8e (diff) |
Replace get_settings_dir with get_config_dir when fetching configuration paths
Diffstat (limited to 'doc')
-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> |