]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/filedlg.cpp
Compile fixes.
[wxWidgets.git] / src / mac / carbon / filedlg.cpp
index 5430f5ef39e8d1b1f9a7f71a93977c4ce76145fa..8e5b944b5755a80a376c0e0e36efbc3b78177c21 100644 (file)
@@ -417,7 +417,6 @@ int wxFileDialog::ShowModal()
             if (err != noErr)
                 break;
 
-            CFURLRef fullURLRef = 0 ;
             if (m_dialogStyle & wxSAVE)
                 thePath = wxMacFSRefToPath( &theFSRef , navReply.saveFileName ) ;
             else