]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/treectrl.h
Use a different manifest for each of x86, amd64 and ia64
[wxWidgets.git] / include / wx / msw / treectrl.h
index 8574600564664cf52176121a83a64251499c31b8..bdb4123a74045be720c6899f3fed276a45143ce3 100644 (file)
@@ -251,11 +251,6 @@ protected:
     wxTextCtrl  *m_textCtrl;        // text control in which it is edited
     wxTreeItemId m_idEdited;        // the item being edited
 
-    wxImageList *m_imageListNormal, // images for tree elements
-                *m_imageListState;  // special images for app defined states
-    bool         m_ownsImageListNormal,
-                 m_ownsImageListState;
-
 private:
     // the common part of all ctors
     void Init();