Remove TextFile from public API
This commit is contained in:
parent
ef51726ff3
commit
591cd3fd84
@ -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 {
|
class TextFile : public Resource {
|
||||||
|
|
||||||
GDCLASS(TextFile, Resource);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
String text;
|
String text;
|
||||||
String path;
|
String path;
|
||||||
|
Loading…
Reference in New Issue
Block a user