diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2019-09-19 22:04:49 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2019-09-20 17:50:13 +0200 |
commit | 40a5de97e6e33d7ff82f050ce3f1a580e43868b2 (patch) | |
tree | f13dd52c251e4a5368806bb442832dec802c0f93 /doc | |
parent | 2add51d0823fe2ef7cb439a6f3fae17e8dd4717f (diff) |
Remove an unused icon and constant in Tree
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Tree.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/classes/Tree.xml b/doc/classes/Tree.xml index 51d56c758e..82f948c54d 100644 --- a/doc/classes/Tree.xml +++ b/doc/classes/Tree.xml @@ -403,8 +403,6 @@ </theme_item> <theme_item name="guide_color" type="Color" default="Color( 0, 0, 0, 0.1 )"> </theme_item> - <theme_item name="guide_width" type="int" default="2"> - </theme_item> <theme_item name="hseparation" type="int" default="4"> </theme_item> <theme_item name="item_margin" type="int" default="12"> |