diff options
Diffstat (limited to 'core/dictionary.h')
-rw-r--r-- | core/dictionary.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/dictionary.h b/core/dictionary.h index c6cbacc144..a01d96ba01 100644 --- a/core/dictionary.h +++ b/core/dictionary.h @@ -40,7 +40,6 @@ class Variant; struct DictionaryPrivate; class Dictionary { - mutable DictionaryPrivate *_p; void _ref(const Dictionary &p_from) const; |