| 3102 | #if 1 //!TARGET_API_MAC_CARBON |
| 3103 | |
| 3104 | static short |
| 3105 | GeneralUpdate(EventRecord *theEvent, WindowPtr theWindow) |
| 3106 | { |
| 3107 | if (!theEvent) |
| 3108 | return 0; |
| 3109 | TextUpdate(GetNhWin(theWindow)); |
| 3110 | return 0; |
| 3111 | } |
| 3112 | |
| 3113 | #endif |
| 3114 |
nothing calls this directly
no test coverage detected