]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dc.h
changed/centralized window creation code to allow wxTLW work in wxUniv
[wxWidgets.git] / include / wx / gtk1 / dc.h
index 2ce4f8de26d51ae9da03f01e9da2b8eae05bf8be..8c447ae4266e3bfad9dc04add64ea32a1b5af054 100644 (file)
@@ -134,7 +134,6 @@ public:
 protected:
     // base class pure virtuals implemented here
     virtual void DoSetClippingRegion(wxCoord x, wxCoord y, wxCoord width, wxCoord height);
 protected:
     // base class pure virtuals implemented here
     virtual void DoSetClippingRegion(wxCoord x, wxCoord y, wxCoord width, wxCoord height);
-    virtual void DoGetSize(int *width, int *height) const;
     virtual void DoGetSizeMM(int* width, int* height) const;
 
 public:
     virtual void DoGetSizeMM(int* width, int* height) const;
 
 public:
@@ -148,7 +147,6 @@ public:
     bool         m_needComputeScaleX,
                  m_needComputeScaleY; // not yet used
 
     bool         m_needComputeScaleX,
                  m_needComputeScaleY; // not yet used
 
-    float        m_scaleFactor;  // wxPSDC wants to have this. Will disappear.
     
 private:
     DECLARE_ABSTRACT_CLASS(wxDC)
     
 private:
     DECLARE_ABSTRACT_CLASS(wxDC)