Remove TextFile from public API

This commit is contained in:
Tomasz Chabora 2020-02-14 15:46:16 +01:00
parent ef51726ff3
commit 591cd3fd84
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;