| 72 | } |
| 73 | |
| 74 | bool LV2Preferences::GetUseGUI( |
| 75 | const EffectDefinitionInterface &effect, bool &useGUI) |
| 76 | { |
| 77 | return GetSetting(effect, UseGUIStr, useGUI, true); |
| 78 | } |
| 79 | |
| 80 | bool LV2Preferences::SetUseGUI( |
| 81 | const EffectDefinitionInterface &effect, bool useGUI) |
nothing calls this directly
no test coverage detected