| 1016 | //----------------------------------------------------------------------------- |
| 1017 | |
| 1018 | void GuiEditCtrl::removeSelection( S32 id ) |
| 1019 | { |
| 1020 | GuiControl * ctrl; |
| 1021 | if ( Sim::findObject( id, ctrl ) ) |
| 1022 | removeSelection( ctrl ); |
| 1023 | } |
| 1024 | |
| 1025 | //----------------------------------------------------------------------------- |
| 1026 |
no test coverage detected