show "in timer" icon also in multiepg
[enigma2.git] / lib / nav / core.h
index 1751de981f5ee92bc0b2ad2d76ed7e659420dc3d..fbcd566d16e3b73c3e5c957ef03a86aa37feaa42 100644 (file)
@@ -16,14 +16,6 @@ private:
        ePtr<eConnection> 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<void,eNavigation*,int> &event, ePtr<eConnection> &connection);