| 185 | } |
| 186 | |
| 187 | void CScriptWizard::OnDestroy() { |
| 188 | CDialog::OnDestroy(); |
| 189 | |
| 190 | if (m_ScriptCode) |
| 191 | // D3XFreeProgram(m_ScriptCode); // LGT: undefined |
| 192 | ResetScriptList(); |
| 193 | } |
| 194 | |
| 195 | // We save whatever was added to the script. This does not include text added via edit |
| 196 | // (that's done in the internal script editor.) It does include text added from operations like |
nothing calls this directly
no test coverage detected