DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 800eecbd5ad8f2562a986ecf686eb78d0455cd61
parent 3562ad248c032f7906bde90b81d127009c7f3b43
Author: falkTX <falktx@gmail.com>
Date:   Sat, 17 May 2014 01:42:12 +0100

Remove unneeded call

Diffstat:
Mdgl/StandaloneWindow.hpp | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/dgl/StandaloneWindow.hpp b/dgl/StandaloneWindow.hpp @@ -44,10 +44,7 @@ protected: void onReshape(int width, int height) override { if (fWidget != nullptr) - { fWidget->setSize(width, height); - fWidget->onReshape(width, height); - } Window::onReshape(width, height); }