]> git.saurik.com Git - wxWidgets.git/commitdiff
m_dialogStyle removed
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 16 May 2006 17:19:59 +0000 (17:19 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 16 May 2006 17:19:59 +0000 (17:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/dirdlg.cpp

index 60ace1175cee30fff116843a5e2a93660e82e7e4..ec2ef163c554cd153d687f43743833939d5d12c6 100644 (file)
@@ -72,7 +72,6 @@ wxDirDialog::wxDirDialog(wxWindow *parent,
 {
     wxASSERT_MSG( NavServicesAvailable() , wxT("Navigation Services are not running") ) ;
     m_message = message;
-    m_dialogStyle = style;
     m_parent = parent;
     m_path = defaultPath;
 }