diff options
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: |