summaryrefslogtreecommitdiffstats
path: root/core/io/config_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/io/config_file.h')
-rw-r--r--core/io/config_file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/io/config_file.h b/core/io/config_file.h
index 3ab6fef868..d927779f9c 100644
--- a/core/io/config_file.h
+++ b/core/io/config_file.h
@@ -60,6 +60,7 @@ public:
void get_section_keys(const String &p_section, List<String> *r_keys) const;
void erase_section(const String &p_section);
+ void erase_section_key(const String &p_section, const String &p_key);
Error save(const String &p_path);
Error load(const String &p_path);