X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/984331e8556f07cee27bfb4416c4391ff0c2ce62..57355de351da0b7cc200eb9eedbbc115adb6df3b:/lib/nav/core.h diff --git a/lib/nav/core.h b/lib/nav/core.h index f1e0cd85..fbcd566d 100644 --- a/lib/nav/core.h +++ b/lib/nav/core.h @@ -16,15 +16,6 @@ private: ePtr m_service_event_conn; void serviceEvent(iPlayableService* service, int event); public: - enum - { - evStopService, /** the "current" service was just stopped and likes to be deallocated (clear refs!) */ - evNewService, /** a new "current" service was just started */ - evPlayFailed, /** the next service (in playlist) or the one given in playService failed to play */ - evUpdatedEventInfo, /** the "currently running" event info was updated */ - evUpdatedInfo, /** the program info of this service was updated */ - evSeekableStatusChanged, - }; RESULT playService(const eServiceReference &service); RESULT connectEvent(const Slot2 &event, ePtr &connection);