summaryrefslogtreecommitdiff
path: root/plugins/ZamComp/ZamCompUI.hpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2014-10-01 16:18:55 +0100
committerfalkTX <falktx@gmail.com>2014-10-01 16:18:55 +0100
commit7f0a49a0137dff8b6a7e25a676cd22a666c7f92a (patch)
tree188571f17a5bbe54a8748c64e94b4bc83963102f /plugins/ZamComp/ZamCompUI.hpp
parent488bdcf066cbf232d74f8c23c61bc329e46a09c9 (diff)
Fix plugins for updated DPF API
Diffstat (limited to 'plugins/ZamComp/ZamCompUI.hpp')
-rw-r--r--plugins/ZamComp/ZamCompUI.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/ZamComp/ZamCompUI.hpp b/plugins/ZamComp/ZamCompUI.hpp
index a9e7f75..8080d06 100644
--- a/plugins/ZamComp/ZamCompUI.hpp
+++ b/plugins/ZamComp/ZamCompUI.hpp
@@ -39,19 +39,6 @@ public:
protected:
// -------------------------------------------------------------------
- // Information
-
- uint d_getWidth() const noexcept override
- {
- return ZamCompArtwork::zamcompWidth;
- }
-
- uint d_getHeight() const noexcept override
- {
- return ZamCompArtwork::zamcompHeight;
- }
-
- // -------------------------------------------------------------------
// DSP Callbacks
void d_parameterChanged(uint32_t index, float value) override;