| 1855 | } |
| 1856 | |
| 1857 | void ModularSynth::PopModalFocusItem() |
| 1858 | { |
| 1859 | if (mModalFocusItemStack.empty() == false) |
| 1860 | mModalFocusItemStack.pop_back(); |
| 1861 | } |
| 1862 | |
| 1863 | IDrawableModule* ModularSynth::GetTopModalFocusItem() const |
| 1864 | { |
no test coverage detected