Hide TextFile from the API
This commit is contained in:
parent
ac39022dbc
commit
c13c738c88
2 changed files with 0 additions and 14 deletions
|
@ -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>
|
|
@ -812,7 +812,6 @@ void register_scene_types() {
|
|||
GDREGISTER_CLASS(Font);
|
||||
GDREGISTER_CLASS(Curve);
|
||||
|
||||
GDREGISTER_CLASS(TextFile);
|
||||
GDREGISTER_CLASS(TextLine);
|
||||
GDREGISTER_CLASS(TextParagraph);
|
||||
|
||||
|
|
Loading…
Reference in a new issue