diff options
Diffstat (limited to 'maccaml/errors.c')
-rw-r--r-- | maccaml/errors.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maccaml/errors.c b/maccaml/errors.c index 858299b60..443eb4757 100644 --- a/maccaml/errors.c +++ b/maccaml/errors.c @@ -104,10 +104,10 @@ void ErrorAlertGeneric (OSErr err) OSErr InitialiseErrors (void) { -/* XXX CouldAlert n'existe plus ?? - CouldAlert (kAlertErrorMsg); - CouldAlert (kAlertErrorNum); - CouldAlert (kAlertBug); -*/ + /* XXX CouldAlert is not in any library ?!? + CouldAlert (kAlertErrorMsg); + CouldAlert (kAlertErrorNum); + CouldAlert (kAlertBug); + */ return noErr; } |