summaryrefslogtreecommitdiff
path: root/doc/classes/Panel.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-01-26 16:01:49 +0100
committerRémi Verschelde <rverschelde@gmail.com>2020-01-26 16:02:39 +0100
commit2d20fc39aaa3a3e48f25cbb95f38f54fe2bcdd9f (patch)
treedd7f0c0305d3a6133f01e96ad0d6a3cbc54550eb /doc/classes/Panel.xml
parent689db68822ad48a75a595e3dae17388dbbf64c10 (diff)
doc: Drop unused 'category' property from header
We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0.
Diffstat (limited to 'doc/classes/Panel.xml')
-rw-r--r--doc/classes/Panel.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Panel.xml b/doc/classes/Panel.xml
index c9c3f80e7b..0f12486aaf 100644
--- a/doc/classes/Panel.xml
+++ b/doc/classes/Panel.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<class name="Panel" inherits="Control" category="Core" version="3.2">
+<class name="Panel" inherits="Control" version="3.2">
<brief_description>
Provides an opaque background for [Control] children.
</brief_description>