X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a2b772607a87ffe6fe9af8c0b64b7259ef10a4a4..e11898f903183f897a2b2a50a4447ea73ba7273f:/src/mac/carbon/filedlg.cpp diff --git a/src/mac/carbon/filedlg.cpp b/src/mac/carbon/filedlg.cpp index 5430f5ef39..8e5b944b57 100644 --- a/src/mac/carbon/filedlg.cpp +++ b/src/mac/carbon/filedlg.cpp @@ -417,7 +417,6 @@ int wxFileDialog::ShowModal() if (err != noErr) break; - CFURLRef fullURLRef = 0 ; if (m_dialogStyle & wxSAVE) thePath = wxMacFSRefToPath( &theFSRef , navReply.saveFileName ) ; else