From 5f8704a6e3d1af4e5b987f63cc7006fcfa1ae4a9 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Wed, 7 Jan 2009 18:13:06 +0000 Subject: [PATCH] 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 --- include/wx/osx/carbon/listctrl.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.45.2