[3.3.0]remove unuse code

This commit is contained in:
zhongchao
2023-06-19 14:57:27 +08:00
parent 5f6280e706
commit 8517eedc0f
4 changed files with 0 additions and 32 deletions

View File

@@ -37,18 +37,6 @@ object CallerAutopilotIdentifyListenerManager : CallerBase<IMoGoAutopilotIdentif
}
}
/**
* 报警信息 回调
*/
@Synchronized
fun invokeAutopilotWarnMessage(warn: MessagePad.Warn?) {
M_LISTENERS.forEach {
val tag = it.key
val listener = it.value
listener.onAutopilotWarnMessage(warn)
}
}
/**
* 感知红绿灯
*/