| 4282 | |
| 4283 | |
| 4284 | ResultType GuiType::Clear() // Not implemented yet. |
| 4285 | { |
| 4286 | //if (!mHwnd) // Operating on a non-existent GUI has no effect. |
| 4287 | // return OK; |
| 4288 | return OK; |
| 4289 | } |
| 4290 | |
| 4291 | |
| 4292 |
nothing calls this directly
no outgoing calls
no test coverage detected