]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/cursor.cpp
Applied patch to avoid g_lib wanrings.
[wxWidgets.git] / src / mac / carbon / cursor.cpp
index 741025af8bc69ce54b1841ae4a70f7ff97747816..2a6eb5f4eab04684a0c4652e03fd6bb85967b1dc 100644 (file)
@@ -376,7 +376,6 @@ wxCursor::wxCursor(const wxString& cursor_file, long flags, int hotSpotX, int ho
         Str255 theName ;
                wxMacStringToPascal( cursor_file , theName ) ;
         
-        wxStAppResource resload ;
         Handle resHandle = ::GetNamedResource( 'crsr' , theName ) ;
         if ( resHandle )
         {