]> code.delx.au - gnu-emacs/commitdiff
(mac_do_receive_drag): Remove unused variable `index'.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sun, 7 May 2006 08:05:38 +0000 (08:05 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sun, 7 May 2006 08:05:38 +0000 (08:05 +0000)
(mac_store_services_event): Change return type in extern.

src/macselect.c

index 845af2a4870da9931be7f4f674f17013e3608e01..dd96102e19bcaa51b661aa2e48a822188f280697 100644 (file)
@@ -1252,7 +1252,6 @@ mac_do_receive_drag (window, refcon, drag)
      DragRef drag;
 {
   OSErr err;
-  UInt16 index;
   int num_types, i;
   Lisp_Object rest, str;
   FlavorType *types;
@@ -1350,7 +1349,7 @@ init_service_handler ()
                                  GetEventTypeCount (specs), specs, NULL, NULL);
 }
 
-extern OSErr mac_store_services_event P_ ((EventRef));
+extern OSStatus mac_store_services_event P_ ((EventRef));
 
 static OSStatus
 copy_scrap_flavor_data (from_scrap, to_scrap, flavor_type)