| 1003 | //----------------------------------------------------------------------------- |
| 1004 | |
| 1005 | void GuiEditCtrl::removeSelection( S32 id ) |
| 1006 | { |
| 1007 | GuiControl * ctrl; |
| 1008 | if ( Sim::findObject( id, ctrl ) ) |
| 1009 | removeSelection( ctrl ); |
| 1010 | } |
| 1011 | |
| 1012 | //----------------------------------------------------------------------------- |
| 1013 |
no test coverage detected