]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/dc.h
Fix/hack 1.
[wxWidgets.git] / include / wx / os2 / dc.h
index aabfd387118f77a85213ef1a486675512c7761fa..d673f3cf338bfc567c86d47f10d2d6bdbd7cf3b8 100644 (file)
@@ -319,11 +319,9 @@ public:
     bool                            m_bOwnsDC:1;
 
     //
-    // our HDC and its usage count: we only free it when the usage count drops
-    // to 0
+    // our HDC
     //
     WXHDC                           m_hDC;
-    int                             m_nDCCount;
 
     //
     // Store all old GDI objects when do a SelectObject, so we can select them