Merge pull request #36182 from KoBeWi/how_to_text_file
Remove TextFile from public API
This commit is contained in:
commit
4a5eab05f5
2 changed files with 0 additions and 15 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>
|
|
@ -36,8 +36,6 @@
|
|||
|
||||
class TextFile : public Resource {
|
||||
|
||||
GDCLASS(TextFile, Resource);
|
||||
|
||||
private:
|
||||
String text;
|
||||
String path;
|
||||
|
|
Loading…
Reference in a new issue