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