removed #errors in 2.7 compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-09-25 20:39:23 +00:00
parent 53c5fb20ed
commit 81f6ea4a29
4 changed files with 32 additions and 51 deletions

View File

@@ -149,7 +149,6 @@ void wxWindowDC::Init()
m_display = (WXDisplay*) NULL;
m_pixmap = (WXPixmap) 0;
m_autoSetting = 0;
m_oldFont = (WXFont) 0;
m_ok = false;
m_clipRegion = (WXRegion) 0;
}