summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2021-08-18 17:56:23 +0100
committerPaulb23 <p_batty@hotmail.co.uk>2021-08-18 17:56:23 +0100
commitc13c738c88db352c5c741d271749e1ce128a4c4b (patch)
tree3fc892ecf84d5f302072d6c56e18c7e76a8724e4
parentac39022dbc67a691d7f0b099ce255c460ab3bc3a (diff)
Hide TextFile from the API
-rw-r--r--doc/classes/TextFile.xml13
-rw-r--r--scene/register_scene_types.cpp1
2 files changed, 0 insertions, 14 deletions
diff --git a/doc/classes/TextFile.xml b/doc/classes/TextFile.xml
deleted file mode 100644
index 1c2c2ff25c..0000000000
--- a/doc/classes/TextFile.xml
+++ /dev/null
@@ -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>
diff --git a/scene/register_scene_types.cpp b/scene/register_scene_types.cpp
index 40ab439a51..6f8091c03f 100644
--- a/scene/register_scene_types.cpp
+++ b/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);