]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed a spurious print statement
authorJulian Smart <julian@anthemion.co.uk>
Fri, 9 May 2003 23:32:55 +0000 (23:32 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 9 May 2003 23:32:55 +0000 (23:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/dirctrlg.cpp

index 8bac497a2f5cd527e09cdaf9c856c3903ab1cdcb..cc8d6c55fddca29e609e84e8d0e0416c519e24cf 100644 (file)
@@ -1379,7 +1379,6 @@ wxFileIconsTable::~wxFileIconsTable()
 void wxFileIconsTable::Create()
 {
     wxCHECK_RET(!m_smallImageList && !m_HashTable, wxT("creating icons twice"));
-printf("creating \n"); fflush(stdout);
     m_HashTable = new wxHashTable(wxKEY_STRING);
     m_smallImageList = new wxImageList(16, 16);