diff options
Diffstat (limited to 'scene/resources')
-rw-r--r-- | scene/resources/text_file.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/resources/text_file.h b/scene/resources/text_file.h index 666c088d04..76c80ba509 100644 --- a/scene/resources/text_file.h +++ b/scene/resources/text_file.h @@ -36,8 +36,6 @@ class TextFile : public Resource { - GDCLASS(TextFile, Resource); - private: String text; String path; |