* This routine clears the global feature and proto * display lists. * * Globals: * - FeatureShapes display list for features * - ProtoShapes display list for protos * @return none * @note Exceptions: none * @note History: Thu Mar 21 15:40:19 1991, DSJ, Created. */
| 465 | * @note History: Thu Mar 21 15:40:19 1991, DSJ, Created. |
| 466 | */ |
| 467 | void UpdateMatchDisplay() { |
| 468 | if (IntMatchWindow != NULL) |
| 469 | IntMatchWindow->Update(); |
| 470 | } /* ClearMatchDisplay */ |
| 471 | #endif |
| 472 | |
| 473 | /** |
no test coverage detected