projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc480dc
)
removed unused static variable
author
Václav Slavík
<vslavik@fastmail.fm>
Fri, 12 Nov 2004 21:43:25 +0000
(21:43 +0000)
committer
Václav Slavík
<vslavik@fastmail.fm>
Fri, 12 Nov 2004 21:43:25 +0000
(21:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30507
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/generic/prntdlgg.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/generic/prntdlgg.h
b/include/wx/generic/prntdlgg.h
index 74f2a86790c986ac4f26d7bf374abd5ccfeacc40..229886a97aa8c5e4afbc4c0c54340a6c8df79777 100644
(file)
--- a/
include/wx/generic/prntdlgg.h
+++ b/
include/wx/generic/prntdlgg.h
@@
-245,8
+245,6
@@
public:
wxTextCtrl* m_marginBottomText;
wxComboBox* m_paperTypeChoice;
- static bool m_pageSetupDialogCancelled;
-
wxPageSetupData m_pageData;
private:
@@
-257,4
+255,4
@@
private:
#endif
#endif
-// __PRINTDLGH_G_
_
+// __PRINTDLGH_G_