commit c34631f768b06f0953d185b7413a6f14338bea98
parent 22b02a8015a0ef5d620c6a3de92e6581f13b150a
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Thu, 12 Sep 2024 20:08:49 +0200
remove getDevice() from plugin class, no one should ever access the device directly
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/source/synthLib/plugin.h b/source/synthLib/plugin.h
@@ -38,7 +38,6 @@ namespace synthLib
bool isValid() const;
- Device* getDevice() const { return m_device; }
void setDevice(Device* _device);
#if !SYNTHLIB_DEMO_MODE