Mercurial > emacs
changeset 70495:7904c95deb65
(mac_do_receive_drag): Remove unused variable `index'.
(mac_store_services_event): Change return type in extern.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Sun, 07 May 2006 08:05:38 +0000 |
parents | 6d9fbe4cfce7 |
children | 8b2250961fcc |
files | src/macselect.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/macselect.c Sun May 07 08:05:19 2006 +0000 +++ b/src/macselect.c Sun May 07 08:05:38 2006 +0000 @@ -1252,7 +1252,6 @@ DragRef drag; { OSErr err; - UInt16 index; int num_types, i; Lisp_Object rest, str; FlavorType *types; @@ -1350,7 +1349,7 @@ 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)