summaryrefslogtreecommitdiff
path: root/plugin/drumgizmo_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/drumgizmo_plugin.h')
-rw-r--r--plugin/drumgizmo_plugin.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugin/drumgizmo_plugin.h b/plugin/drumgizmo_plugin.h
index 521ec86..78a74dc 100644
--- a/plugin/drumgizmo_plugin.h
+++ b/plugin/drumgizmo_plugin.h
@@ -114,6 +114,7 @@ public:
void closeWindow() override;
private:
+
class Input
: public AudioInputEngineMidi
{
@@ -215,9 +216,6 @@ private:
GUI::Image inline_display_image{":resources/logo.png"};
bool inline_image_first_draw{true};
- static constexpr std::size_t width{750};
- static constexpr std::size_t height{713};
-
#ifdef WITH_NLS
UITranslation translation;
#endif // WITH_NLS