]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/qt/dc.h
merged in the commit from the 2.2 branch
[wxWidgets.git] / include / wx / qt / dc.h
index eb10154ab9aae728161ac278a7bdeabffa75c8ed..9943b0e2ab1968f68f214b43b68a1398263e8e8c 100644 (file)
@@ -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;
 };