瀏覽代碼

Hide TextFile from the API

Paulb23 4 年之前
父節點
當前提交
c13c738c88
共有 2 個文件被更改,包括 0 次插入14 次删除
  1. 0 13
      doc/classes/TextFile.xml
  2. 0 1
      scene/register_scene_types.cpp

+ 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 - 1
scene/register_scene_types.cpp

@@ -812,7 +812,6 @@ void register_scene_types() {
 	GDREGISTER_CLASS(Font);
 	GDREGISTER_CLASS(Curve);
 
-	GDREGISTER_CLASS(TextFile);
 	GDREGISTER_CLASS(TextLine);
 	GDREGISTER_CLASS(TextParagraph);