X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fui%2Fviews%2Fcontrols%2Ftree%2Ftree_view.h;h=24780fc051187ee311be8d9bf85228bccb0dcacd;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=097700a7c4dd31a488bf7810f6028a1d2f7f5338;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ui/views/controls/tree/tree_view.h b/src/ui/views/controls/tree/tree_view.h index 097700a..24780fc 100644 --- a/src/ui/views/controls/tree/tree_view.h +++ b/src/ui/views/controls/tree/tree_view.h @@ -374,9 +374,6 @@ class VIEWS_EXPORT TreeView : public ui::TreeModelObserver, // Whether or not the root is shown in the tree. bool root_shown_; - // Did the model return a non-empty set of icons from GetIcons? - bool has_custom_icons_; - // Cached preferred size. gfx::Size preferred_size_;