From cec1d9ea562e3d52c98f1219db5e186943f2f0d6 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 12 Feb 2017 11:07:22 +0100 Subject: Refactor/introduce widget and windiow redraw/dirty mechanism to eradicate unnecessary rendering passes during event handling. --- plugingui/nativewindow.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugingui/nativewindow.h') diff --git a/plugingui/nativewindow.h b/plugingui/nativewindow.h index e041994..7b7fd39 100644 --- a/plugingui/nativewindow.h +++ b/plugingui/nativewindow.h @@ -69,10 +69,6 @@ public: //! Sets the window caption in the title bar (if it has one). virtual void setCaption(const std::string &caption) = 0; - //! Recreate a window render buffer based on the internal buffer. - //! This need to be called whenever the internal buffer size has changed. - virtual void handleBuffer() = 0; - //! Draw the internal rendering buffer to the window buffer. virtual void redraw() = 0; -- cgit v1.2.3