removed unused databus functions

This commit is contained in:
Mikayla
2025-11-02 17:01:20 +00:00
parent cddd9f7437
commit 0cc62b3447
3 changed files with 0 additions and 21 deletions

View File

@@ -172,11 +172,4 @@ function databus.tx_pdg_rtt(session_id, rtt)
end
end
-- link a function to receive data from the bus
---@param field string field name
---@param func function function to link
function databus.rx_field(field, func)
databus.ps.subscribe(field, func)
end
return databus