summaryrefslogtreecommitdiff
path: root/plugins/ZamNoise/ZamNoiseUI.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamNoise/ZamNoiseUI.hpp')
-rw-r--r--plugins/ZamNoise/ZamNoiseUI.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/ZamNoise/ZamNoiseUI.hpp b/plugins/ZamNoise/ZamNoiseUI.hpp
index 2266985..b423f3b 100644
--- a/plugins/ZamNoise/ZamNoiseUI.hpp
+++ b/plugins/ZamNoise/ZamNoiseUI.hpp
@@ -42,19 +42,6 @@ public:
protected:
// -------------------------------------------------------------------
- // Information
-
- unsigned int d_getWidth() const noexcept override
- {
- return ZamNoiseArtwork::zamnoiseWidth;
- }
-
- unsigned int d_getHeight() const noexcept override
- {
- return ZamNoiseArtwork::zamnoiseHeight;
- }
-
- // -------------------------------------------------------------------
// DSP Callbacks
void d_parameterChanged(uint32_t index, float value) override;