]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/dcclient.h
new locales code checked in
[wxWidgets.git] / include / wx / os2 / dcclient.h
index 45d2ee10889952b713c64cd1e08863324369e14c..cffa9e555826f6eae51080fbaebe8ee6f0ee35c0 100644 (file)
@@ -1,11 +1,11 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        dcclient.h
 // Purpose:     wxClientDC class
-// Author:      Julian Smart
+// Author:      David Webster
 // Modified by:
-// Created:     01/02/97
+// Created:     09/12/99
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
+// Copyright:   (c) David Webster
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
-    #pragma interface "dcclient.h"
-#endif
-
 #include "wx/dc.h"
 #include "wx/dynarray.h"
 
@@ -48,8 +44,6 @@ public:
 
     virtual ~wxWindowDC();
 
-    // PM specific stuff
-    HPS                     m_hPS;
 private:
     HAB                     m_hab;
     SIZEL                   m_PageSize;