فهرست منبع

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);