summaryrefslogtreecommitdiff
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/io/config_file.h b/core/io/config_file.h
index 150fd24693..7efcb5a04c 100644
--- a/core/io/config_file.h
+++ b/core/io/config_file.h
@@ -74,8 +74,6 @@ public:
Error save_encrypted(const String &p_path, const Vector<uint8_t> &p_key);
Error save_encrypted_pass(const String &p_path, const String &p_pass);
-
- ConfigFile();
};
#endif // CONFIG_FILE_H