1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

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;