]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/winuniv.cpp
fixed bugs with setting the client size when the difference between the total and...
[wxWidgets.git] / src / univ / winuniv.cpp
index 2727e0b89a16c2ff3270975df19b2cfb68211ff8..e768483c3fa89360ed5d70c867ff8ffc6cd95306 100644 (file)
@@ -135,11 +135,6 @@ bool wxWindow::Create(wxWindow *parent,
         PositionScrollbars();
     }
 
-    // the colours/fonts are default
-    m_hasBgCol =
-    m_hasFgCol =
-    m_hasFont = FALSE;
-
     return TRUE;
 }