diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-02-12 11:07:22 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-02-12 11:07:22 +0100 |
commit | cec1d9ea562e3d52c98f1219db5e186943f2f0d6 (patch) | |
tree | 3a66ff06ef16cce96e215644032e6c9fac2cbe8a /plugingui/eventhandler.h | |
parent | dc33f15a6b968139779c2b7d2003d3ef6e7d5748 (diff) |
Refactor/introduce widget and windiow redraw/dirty mechanism to eradicate unnecessary rendering passes during event handling.
Diffstat (limited to 'plugingui/eventhandler.h')
-rw-r--r-- | plugingui/eventhandler.h | 4 |
1 files changed, 0 insertions, 4 deletions
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<Event> 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<Event> peekNextEvent(); - Notifier<> closeNotifier; private: |