diff options
author | Bojidar Marinov <bojidar.marinov.bg@gmail.com> | 2019-05-03 09:44:46 +0300 |
---|---|---|
committer | Bojidar Marinov <bojidar.marinov.bg@gmail.com> | 2019-05-03 09:44:46 +0300 |
commit | 3d47dad2b181cfe6ff5d21ef0d2e6897c781cef8 (patch) | |
tree | c3dfaefda9c3099dc56f33a2f610e2617f7ee5ab /doc/classes | |
parent | 46b6fb83efc8e021cf60502d1e42fdd912b020eb (diff) |
Remove unused `panelf` and `panelnc` styles
Fixes godotengine/godot-docs#2426
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Panel.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/classes/Panel.xml b/doc/classes/Panel.xml index 1cee2b5386..c9c3f80e7b 100644 --- a/doc/classes/Panel.xml +++ b/doc/classes/Panel.xml @@ -15,9 +15,5 @@ <theme_items> <theme_item name="panel" type="StyleBox"> </theme_item> - <theme_item name="panelf" type="StyleBox"> - </theme_item> - <theme_item name="panelnc" type="StyleBox"> - </theme_item> </theme_items> </class> |