From 800eecbd5ad8f2562a986ecf686eb78d0455cd61 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 17 May 2014 01:42:37 +0100 Subject: [PATCH] Remove unneeded call --- dgl/StandaloneWindow.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/dgl/StandaloneWindow.hpp b/dgl/StandaloneWindow.hpp index 4cbca0b1..fefa5ab5 100644 --- 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); }