Merge pull request #36182 from KoBeWi/how_to_text_file

Remove TextFile from public API
This commit is contained in:
Rémi Verschelde 2020-02-14 17:41:55 +01:00 committed by GitHub
commit 4a5eab05f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 15 deletions

View file

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="TextFile" inherits="Resource" version="4.0">
<brief_description>
</brief_description>
<description>
</description>
<tutorials>
</tutorials>
<methods>
</methods>
<constants>
</constants>
</class>

View file

@ -36,8 +36,6 @@
class TextFile : public Resource {
GDCLASS(TextFile, Resource);
private:
String text;
String path;