]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/overlaycmn.cpp
undid accidental change to this file in r50704
[wxWidgets.git] / src / common / overlaycmn.cpp
index bda66e11610d6055854b8d236be74c22e3a37779..35b222e49dc5219f5e252985076557b62bc44b54 100644 (file)
@@ -129,9 +129,7 @@ void wxDCOverlay::Clear()
 
 wxOverlayImpl::wxOverlayImpl()
 {
-#if defined(__WXGTK__) || defined(__WXMSW__)
      m_window = NULL ;
-#endif
      m_x = m_y = m_width = m_height = 0 ;
 }