diff --git a/include/wx/gtk/dc.h b/include/wx/gtk/dc.h index 2ce4f8de26..78c421c9c4 100644 --- a/include/wx/gtk/dc.h +++ b/include/wx/gtk/dc.h @@ -148,7 +148,6 @@ public: bool m_needComputeScaleX, m_needComputeScaleY; // not yet used - float m_scaleFactor; // wxPSDC wants to have this. Will disappear. private: DECLARE_ABSTRACT_CLASS(wxDC) diff --git a/include/wx/gtk1/dc.h b/include/wx/gtk1/dc.h index 2ce4f8de26..78c421c9c4 100644 --- a/include/wx/gtk1/dc.h +++ b/include/wx/gtk1/dc.h @@ -148,7 +148,6 @@ public: bool m_needComputeScaleX, m_needComputeScaleY; // not yet used - float m_scaleFactor; // wxPSDC wants to have this. Will disappear. private: DECLARE_ABSTRACT_CLASS(wxDC) diff --git a/include/wx/mac/dc.h b/include/wx/mac/dc.h index dd55252573..89d8cdd981 100644 --- a/include/wx/mac/dc.h +++ b/include/wx/mac/dc.h @@ -375,8 +375,6 @@ class WXDLLEXPORT wxDC: public wxObject bool m_needComputeScaleX,m_needComputeScaleY; // not yet used - float m_scaleFactor; // wxPSDC wants to have this. Will disappear. - long m_clipX1,m_clipY1,m_clipX2,m_clipY2; long m_minX,m_maxX,m_minY,m_maxY; diff --git a/include/wx/motif/dc.h b/include/wx/motif/dc.h index fb6316232e..5368b113b0 100644 --- a/include/wx/motif/dc.h +++ b/include/wx/motif/dc.h @@ -162,8 +162,6 @@ public: // recompute scale? bool m_needComputeScaleX, m_needComputeScaleY; - // wxPSDC wants to have this. Will disappear. - float m_scaleFactor; }; #endif diff --git a/include/wx/os2/dc.h b/include/wx/os2/dc.h index 69ef67a1ae..d54d3f4488 100644 --- a/include/wx/os2/dc.h +++ b/include/wx/os2/dc.h @@ -297,11 +297,6 @@ protected: int m_nWindowExtX; int m_nWindowExtY; - // - // for use in some generic code - // - float m_scaleFactor; - // // the window associated with this DC (may be NULL) // diff --git a/include/wx/qt/dc.h b/include/wx/qt/dc.h index eb10154ab9..9943b0e2ab 100644 --- a/include/wx/qt/dc.h +++ b/include/wx/qt/dc.h @@ -365,8 +365,6 @@ class WXDLLEXPORT wxDC: public wxObject bool m_needComputeScaleX,m_needComputeScaleY; // not yet used - float m_scaleFactor; // wxPSDC wants to have this. Will disappear. - long m_clipX1,m_clipY1,m_clipX2,m_clipY2; long m_minX,m_maxX,m_minY,m_maxY; }; diff --git a/include/wx/stubs/dc.h b/include/wx/stubs/dc.h index ce3e9998d1..596e26de9a 100644 --- a/include/wx/stubs/dc.h +++ b/include/wx/stubs/dc.h @@ -364,8 +364,6 @@ class WXDLLEXPORT wxDC: public wxObject bool m_needComputeScaleX,m_needComputeScaleY; // not yet used - float m_scaleFactor; // wxPSDC wants to have this. Will disappear. - long m_clipX1,m_clipY1,m_clipX2,m_clipY2; long m_minX,m_maxX,m_minY,m_maxY; };