| 160 | } |
| 161 | |
| 162 | FrameMain::~FrameMain () { |
| 163 | context->project->CloseAudio(); |
| 164 | context->project->CloseVideo(); |
| 165 | |
| 166 | DestroyChildren(); |
| 167 | } |
| 168 | |
| 169 | void FrameMain::EnableToolBar(agi::OptionValue const& opt) { |
| 170 | if (opt.GetBool()) { |
nothing calls this directly
no test coverage detected