| 10889 | } |
| 10890 | |
| 10891 | void GuiType::RemoveAccelerators() |
| 10892 | { |
| 10893 | if (mAccel) |
| 10894 | { |
| 10895 | DestroyAcceleratorTable(mAccel); |
| 10896 | mAccel = NULL; |
| 10897 | } |
| 10898 | } |
| 10899 | |
| 10900 | bool GuiType::ConvertAccelerator(LPTSTR aString, ACCEL &aAccel) |
| 10901 | { |
nothing calls this directly
no outgoing calls
no test coverage detected