X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/cc273e51a15dfbfd0f79f58cdb6fc1e115ceee81..ebd1552cdd3e60d5eb21f97e46570de2e17ed19f:/lib/nav/pcore.h diff --git a/lib/nav/pcore.h b/lib/nav/pcore.h index 07c979d6..e9a06403 100644 --- a/lib/nav/pcore.h +++ b/lib/nav/pcore.h @@ -12,17 +12,6 @@ DECLARE_REF(pNavigation); public: PSignal1 m_event; - 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 - }; - pNavigation(); RESULT playService(const eServiceReference &service);