Revert "Fix wxTreeListCtrl under wxOSX"

This reverts commit 28f96bdff0 as it isn't
necessary any more after the fix in the previous commit.

See #17409.
This commit is contained in:
Vadim Zeitlin
2017-12-02 23:07:46 +01:00
parent ad8d73cb15
commit 0eb456f08e
2 changed files with 8 additions and 24 deletions

View File

@@ -551,8 +551,6 @@ private:
wxCocoaOutlineDataSource* m_DataSource;
wxCocoaOutlineView* m_OutlineView;
bool m_removeIndentIfNecessary;
};
#endif // _WX_DATAVIEWCTRL_COCOOA_H_