]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/dc.h
clear up wxStringBuffer docs a bit
[wxWidgets.git] / include / wx / os2 / dc.h
index c3d383cd2a78796baa77bac5370df84d17a0799b..009cc6c746db021c0056b9fa81ed24c35e0cf60f 100644 (file)
@@ -13,7 +13,6 @@
 #define _WX_DC_H_
 
 #include "wx/defs.h"
-//#include "wx/dc.h"
 
 // ---------------------------------------------------------------------------
 // macros
@@ -179,7 +178,6 @@ public:
     HPS             GetHPS(void) const { return m_hPS; }
     void            SetHPS(HPS hPS)
     {
-        HDC                         hDC = ::GpiQueryDevice(hPS);
         m_hPS = hPS;
     }
     const wxBitmap& GetSelectedBitmap(void) const { return m_vSelectedBitmap; }