projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxDateTime starting to work, more tests for it and for threads in console sample
[wxWidgets.git]
/
include
/
wx
/
stubs
/
printdlg.h
diff --git
a/include/wx/stubs/printdlg.h
b/include/wx/stubs/printdlg.h
index cda8c082326ae60118b0bd71632d900641cd3d20..ac31a4909606ef557a500442171cd253779aff19 100644
(file)
--- a/
include/wx/stubs/printdlg.h
+++ b/
include/wx/stubs/printdlg.h
@@
-45,10
+45,6
@@
class WXDLLEXPORT wxPrintDialog: public wxDialog
private:
wxPrintData m_printData;
wxDC* m_printerDC;
- bool m_destroyDC;
- char* m_deviceName;
- char* m_driverName;
- char* m_portName;
wxWindow* m_dialogParent;
};