Issue #1829 - Readd code cleanup that is not Mac related that got clobbered by reverting Issue #1751

This commit is contained in:
Brian Smith 2022-04-26 15:57:19 -05:00 committed by roytam1
commit d5c43d1d35
15 changed files with 23 additions and 32 deletions

View file

@ -79,11 +79,11 @@
<property name="treeBoxObject"
onget="return this.boxObject;"
readonly="true"/>
# contentView is obsolete (see bug 202391)
<!-- contentView is obsolete (see bug 202391) -->
<property name="contentView"
onget="return this.view; /*.QueryInterface(Components.interfaces.nsITreeContentView)*/"
readonly="true"/>
# builderView is obsolete (see bug 202393)
<!-- builderView is obsolete (see bug 202393) -->
<property name="builderView"
onget="return this.view; /*.QueryInterface(Components.interfaces.nsIXULTreeBuilder)*/"
readonly="true"/>