diff options
author | Tomasz Chabora <kobewi4e@gmail.com> | 2020-02-14 15:46:16 +0100 |
---|---|---|
committer | Tomasz Chabora <kobewi4e@gmail.com> | 2020-02-14 15:46:16 +0100 |
commit | 591cd3fd847ffed24aec6352db8c56fb1547e7d3 (patch) | |
tree | 92d797a17730b8864f7de3a16c337da527643689 /scene | |
parent | ef51726ff3cd60e0caf9ce55c9c85cc47bfe0420 (diff) |
Remove TextFile from public API
Diffstat (limited to 'scene')
-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; |