]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/dcmemory.cpp
Realize remap code cleanup
[wxWidgets.git] / src / x11 / dcmemory.cpp
index 34cc5f075387fb6c1c479593b569b7dbec16a64a..157f62a48b3cdc4460efc6cd72706cf37956f842 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "dcmemory.h"
-#endif
-
 #include "wx/dcmemory.h"
 #include "wx/settings.h"
 #include "wx/utils.h"
@@ -59,7 +55,7 @@ void wxMemoryDC::SelectObject( const wxBitmap& bitmap )
         }
         else
         {
-//            m_window = m_selected.GetBitmap();
+            m_window = m_selected.GetBitmap();
         }
 
         m_isMemDC = TRUE;