]> git.saurik.com Git - wxWidgets.git/commitdiff
remove an unused pool of strings using wxStringList
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 7 Jan 2009 18:13:06 +0000 (18:13 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 7 Jan 2009 18:13:06 +0000 (18:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/carbon/listctrl.h

index 1d38ef46ebdc24b254aba4534c2ed98c5eadee0d..8d06d24d845a4e6195efe452d486741b343c444f 100644 (file)
@@ -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