diff options
| author | Juan Linietsky | 2017-01-08 22:40:00 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-01-08 22:40:00 -0300 |
| commit | 62273e51a252287d1c60228e8a8e8939ecaa73c6 (patch) | |
| tree | fd39af99bc9cc1e71a623a0efda3222c3633134d /core/dictionary.h | |
| parent | fdc3380cf6e0d17b19bbf9458f641fd948aa2ffc (diff) | |
| download | godot-62273e51a252287d1c60228e8a8e8939ecaa73c6.tar.gz godot-62273e51a252287d1c60228e8a8e8939ecaa73c6.tar.zst godot-62273e51a252287d1c60228e8a8e8939ecaa73c6.zip | |
Diffstat (limited to 'core/dictionary.h')
| -rw-r--r-- | core/dictionary.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/dictionary.h b/core/dictionary.h index d074db858..9fab65347 100644 --- a/core/dictionary.h +++ b/core/dictionary.h @@ -63,9 +63,6 @@ public: void clear(); - Error parse_json(const String& p_json); - String to_json() const; - bool is_shared() const; bool has(const Variant& p_key) const; |
