]> git.saurik.com Git - wxWidgets.git/commitdiff
unused variable warnings fixed
authorRyan Norton <wxprojects@comcast.net>
Fri, 24 Sep 2004 21:39:19 +0000 (21:39 +0000)
committerRyan Norton <wxprojects@comcast.net>
Fri, 24 Sep 2004 21:39:19 +0000 (21:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/dnd.cpp
src/mac/carbon/filedlg.cpp

index 6923ddf3e6e7df6e9c0764fd0173343ddbaa4b46..c4f3c8cf63bc1b9e9f22edc4eafb5e544123716f 100644 (file)
@@ -479,7 +479,7 @@ pascal OSErr wxMacWindowDragTrackingHandler(DragTrackingMessage theMessage, Wind
             
 //            if (attributes & kDragHasLeftSenderWindow) 
             {
-                wxPoint point(localMouse.h , localMouse.v) ;
+//                wxPoint point(localMouse.h , localMouse.v) ;
                 wxWindow *win = NULL ;
                 ControlPartCode controlPart ;
                 ControlRef control = wxMacFindControlUnderMouse( localMouse ,
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