diff options
| author | YAMAMOTO Mitsuharu | 2006-05-07 08:05:38 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-05-07 08:05:38 +0000 |
| commit | a6d7a7754dbf5bff35cabab2d8c73241098a3a87 (patch) | |
| tree | df1365877804134ed243c42c7a55c6b5ee7bbe73 /src | |
| parent | b1b415de01912a8bae8560538ed611a82578582d (diff) | |
| download | emacs-a6d7a7754dbf5bff35cabab2d8c73241098a3a87.tar.gz emacs-a6d7a7754dbf5bff35cabab2d8c73241098a3a87.zip | |
(mac_do_receive_drag): Remove unused variable `index'.
(mac_store_services_event): Change return type in extern.
Diffstat (limited to 'src')
| -rw-r--r-- | src/macselect.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/macselect.c b/src/macselect.c index 845af2a4870..dd96102e19b 100644 --- a/src/macselect.c +++ b/src/macselect.c | |||
| @@ -1252,7 +1252,6 @@ mac_do_receive_drag (window, refcon, drag) | |||
| 1252 | DragRef drag; | 1252 | DragRef drag; |
| 1253 | { | 1253 | { |
| 1254 | OSErr err; | 1254 | OSErr err; |
| 1255 | UInt16 index; | ||
| 1256 | int num_types, i; | 1255 | int num_types, i; |
| 1257 | Lisp_Object rest, str; | 1256 | Lisp_Object rest, str; |
| 1258 | FlavorType *types; | 1257 | FlavorType *types; |
| @@ -1350,7 +1349,7 @@ init_service_handler () | |||
| 1350 | GetEventTypeCount (specs), specs, NULL, NULL); | 1349 | GetEventTypeCount (specs), specs, NULL, NULL); |
| 1351 | } | 1350 | } |
| 1352 | 1351 | ||
| 1353 | extern OSErr mac_store_services_event P_ ((EventRef)); | 1352 | extern OSStatus mac_store_services_event P_ ((EventRef)); |
| 1354 | 1353 | ||
| 1355 | static OSStatus | 1354 | static OSStatus |
| 1356 | copy_scrap_flavor_data (from_scrap, to_scrap, flavor_type) | 1355 | copy_scrap_flavor_data (from_scrap, to_scrap, flavor_type) |