MPW #pragma unused updates

This commit is contained in:
dean
2002-03-09 05:08:27 +00:00
parent 434754f89d
commit d4d051af87
4 changed files with 12 additions and 12 deletions

View File

@@ -1021,7 +1021,7 @@ short blink_cursor (WindowPtr window, long when) {
*/
short
image_tty (EventRecord *theEvent, WindowPtr window) {
#if defined(applec) || defined(__MWERKS__)
#if defined(__SC__) || defined(__MRC__)
# pragma unused(theEvent)
#endif
RECORD_EXISTS (record);