remove navigation events, they correspond to the iPlayableService events now
[enigma2.git] / lib / nav / pcore.h
index 07c979d69d3b81987ef2c3a41701e0603a2098d6..e9a06403e5715d51bb263074bb1f875ef069d3ff 100644 (file)
@@ -12,17 +12,6 @@ DECLARE_REF(pNavigation);
 public:
        PSignal1<void, int> 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);