]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/statline.cpp
Removed obsoleted files from vc.t.
[wxWidgets.git] / src / generic / statline.cpp
index 27437f2e6ae25df4dc1116911a3a184736e1edcb..122af4679991e6941c9b1a71a58af31dcbf771c3 100644 (file)
@@ -20,6 +20,7 @@
     #pragma implementation "statline.h"
 #endif
 
+#if wxUSE_STATLINE
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -75,3 +76,6 @@ void wxStaticLine::DoMoveWindow(int x, int y, int width, int height)
 {
     m_statbox->SetSize(x, y, width, height);
 }
+
+#endif
+  // wxUSE_STATLINE