summaryrefslogtreecommitdiff
path: root/plugins/ZamAutoSat/ZamAutoSatUI.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamAutoSat/ZamAutoSatUI.hpp')
-rw-r--r--plugins/ZamAutoSat/ZamAutoSatUI.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/ZamAutoSat/ZamAutoSatUI.hpp b/plugins/ZamAutoSat/ZamAutoSatUI.hpp
index 4875382..59cefa7 100644
--- a/plugins/ZamAutoSat/ZamAutoSatUI.hpp
+++ b/plugins/ZamAutoSat/ZamAutoSatUI.hpp
@@ -39,19 +39,6 @@ public:
protected:
// -------------------------------------------------------------------
- // Information
-
- unsigned int d_getWidth() const noexcept override
- {
- return ZamAutoSatArtwork::zamautosatWidth;
- }
-
- unsigned int d_getHeight() const noexcept override
- {
- return ZamAutoSatArtwork::zamautosatHeight;
- }
-
- // -------------------------------------------------------------------
// DSP Callbacks
void d_parameterChanged(uint32_t index, float value) override;