| 1041 | } |
| 1042 | |
| 1043 | void matcenkeypad::OnMatDeleteButton() { |
| 1044 | if (MatcenValid(m_matcen_id)) { |
| 1045 | DestroyMatcen(m_matcen_id, true); |
| 1046 | } |
| 1047 | |
| 1048 | UpdateDialog(); |
| 1049 | } |
| 1050 | |
| 1051 | void matcenkeypad::OnMatCopyButton() { |
| 1052 | if (MatcenValid(m_matcen_id)) { |
nothing calls this directly
no test coverage detected