projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ownerdrawn menu updates
[wxWidgets.git]
/
include
/
wx
/
stubs
/
dc.h
diff --git
a/include/wx/stubs/dc.h
b/include/wx/stubs/dc.h
index ce3e9998d1d98aafbd63526c3501b9b95228ef6a..596e26de9ad40fcc009b081ec2a47c07174eef1f 100644
(file)
--- 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;
};