diff options
author | Paulb23 <p_batty@hotmail.co.uk> | 2021-08-18 17:56:23 +0100 |
---|---|---|
committer | Paulb23 <p_batty@hotmail.co.uk> | 2021-08-18 17:56:23 +0100 |
commit | c13c738c88db352c5c741d271749e1ce128a4c4b (patch) | |
tree | 3fc892ecf84d5f302072d6c56e18c7e76a8724e4 /scene | |
parent | ac39022dbc67a691d7f0b099ce255c460ab3bc3a (diff) |
Hide TextFile from the API
Diffstat (limited to 'scene')
-rw-r--r-- | scene/register_scene_types.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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); |