X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/cc273e51a15dfbfd0f79f58cdb6fc1e115ceee81..be296b411e8fc29f652799bf752d80db374d6672:/lib/nav/core.h diff --git a/lib/nav/core.h b/lib/nav/core.h index f1146b44..fbcd566d 100644 --- a/lib/nav/core.h +++ b/lib/nav/core.h @@ -16,16 +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, - evEnd - }; RESULT playService(const eServiceReference &service); RESULT connectEvent(const Slot2 &event, ePtr &connection);