diff options
Diffstat (limited to 'plugingui/nativewindow.h')
-rw-r--r-- | plugingui/nativewindow.h | 4 |
1 files changed, 0 insertions, 4 deletions
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; |