From: Francesco Montorsi Date: Wed, 7 Jan 2009 18:13:06 +0000 (+0000) Subject: remove an unused pool of strings using wxStringList X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5f8704a6e3d1af4e5b987f63cc7006fcfa1ae4a9 remove an unused pool of strings using wxStringList git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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