mirror of
https://github.com/thelsing/knx.git
synced 2025-07-06 01:15:48 +02:00
Remove obsolete code
This commit is contained in:
parent
3297b53332
commit
83df210df3
@ -168,21 +168,6 @@ void SecurityInterfaceObject::secureApplicationLayer(SecureApplicationLayer& sec
|
||||
_secAppLayer = &secAppLayer;
|
||||
}
|
||||
|
||||
uint8_t* SecurityInterfaceObject::save(uint8_t* buffer)
|
||||
{
|
||||
return InterfaceObject::save(buffer);
|
||||
}
|
||||
|
||||
const uint8_t* SecurityInterfaceObject::restore(const uint8_t* buffer)
|
||||
{
|
||||
return InterfaceObject::restore(buffer);
|
||||
}
|
||||
|
||||
uint16_t SecurityInterfaceObject::saveSize()
|
||||
{
|
||||
return InterfaceObject::saveSize();
|
||||
}
|
||||
|
||||
bool SecurityInterfaceObject::isLoaded()
|
||||
{
|
||||
return _state == LS_LOADED;
|
||||
|
@ -17,10 +17,6 @@ public:
|
||||
|
||||
void factoryReset();
|
||||
|
||||
uint8_t* save(uint8_t* buffer) override;
|
||||
const uint8_t* restore(const uint8_t* buffer) override;
|
||||
uint16_t saveSize() override;
|
||||
|
||||
bool isLoaded();
|
||||
|
||||
const uint8_t* toolKey(uint16_t devAddr); // returns single tool key (ETS)
|
||||
|
Loading…
Reference in New Issue
Block a user