]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/gdicmn.cpp
VZ: I have reformatted it to correspond to our style conventions (tab stop =
[wxWidgets.git] / src / common / gdicmn.cpp
index 4bb0019e0df72162a576fd1dac1192b9f3a296db..7238bc9d0ace8ecbc410adc12b2e6172b102f61c 100644 (file)
@@ -439,7 +439,6 @@ wxBitmapList::wxBitmapList ()
 
 wxBitmapList::~wxBitmapList ()
 {
-  wxLogDebug("~wxBitmapList: count = %d", Number());
 #ifdef __WXMSW__
 
   wxNode *node = First ();
@@ -569,7 +568,6 @@ void wxBrushList::RemoveBrush (wxBrush * brush)
 
 wxFontList::~wxFontList ()
 {
-#ifdef __WXMSW__
   wxNode *node = First ();
   while (node)
     {
@@ -583,7 +581,6 @@ wxFontList::~wxFontList ()
                delete font;
       node = next;
 }
-#endif
 }
 
 void wxFontList::AddFont (wxFont * font)