Browse Source

Remove TextFile from public API

Tomasz Chabora 5 years ago
parent
commit
591cd3fd84
2 changed files with 0 additions and 15 deletions
  1. 0 13
      doc/classes/TextFile.xml
  2. 0 2
      scene/resources/text_file.h

+ 0 - 13
doc/classes/TextFile.xml

@@ -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>

+ 0 - 2
scene/resources/text_file.h

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