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/eventhandler.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugingui/eventhandler.h') diff --git a/plugingui/eventhandler.h b/plugingui/eventhandler.h index 2a1b657..7e9966c 100644 --- a/plugingui/eventhandler.h +++ b/plugingui/eventhandler.h @@ -53,10 +53,6 @@ public: //! \return A pointer to the event or nullptr if there are none. std::shared_ptr getNextEvent(); - //! \brief Get a single event from the event queue without popping it. - //! \return A pointer to the event or nullptr if there are none. - std::shared_ptr peekNextEvent(); - Notifier<> closeNotifier; private: -- cgit v1.2.3