no need to cache the physical address of the active source in the device map; the...
[deb_libcec.git] / src / lib / devices / CECDeviceMap.h
index 50271dc04d61576f8827b3cd3f7390dc11a7112c..6037fa3d548140523b587b2df8d34c28eb2c441c 100644 (file)
@@ -63,8 +63,6 @@ namespace CEC
     void GetActive(CECDEVICEVEC &devices) const;
     void GetByType(const cec_device_type type, CECDEVICEVEC &devices) const;
     void GetChildrenOf(CECDEVICEVEC& devices, CCECBusDevice* device) const;
-    void SetActiveSource(uint16_t iPhysicalAddress);
-    uint16_t GetActiveSourceAddress(void) const;
     void SignalAll(cec_opcode opcode);
 
     void GetPowerOffDevices(const libcec_configuration &configuration, CECDEVICEVEC &devices) const;
@@ -82,6 +80,5 @@ namespace CEC
 
     CECDEVICEMAP   m_busDevices;
     CCECProcessor *m_processor;
-    uint16_t       m_iActiveSource;
   };
 }