refactor: remove deprecated API stuff (#403)

This commit is contained in:
Stanislav Angelovič
2024-02-10 20:27:14 +01:00
parent 0074c79e7f
commit 280fcfb067
3 changed files with 0 additions and 71 deletions

View File

@@ -188,11 +188,6 @@ ISdBus& Connection::getSdBusInterface()
return *sdbus_.get();
}
void Connection::addObjectManager(const std::string& objectPath)
{
Connection::addObjectManager(objectPath, floating_slot);
}
void Connection::addObjectManager(const std::string& objectPath, floating_slot_t)
{
auto r = sdbus_->sd_bus_add_object_manager(bus_.get(), nullptr, objectPath.c_str());