diff --git a/include/wx/osx/carbon/listctrl.h b/include/wx/osx/carbon/listctrl.h index 1d38ef46eb..8d06d24d84 100644 --- a/include/wx/osx/carbon/listctrl.h +++ b/include/wx/osx/carbon/listctrl.h @@ -405,8 +405,6 @@ protected: m_ownsImageListState; long m_baseStyle; // Basic Windows style flags, for recreation purposes - wxStringList m_stringPool; // Pool of 3 strings to satisfy Windows callback - // requirements int m_colCount; // Windows doesn't have GetColumnCount so must // keep track of inserted/deleted columns