mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
SendableBase: remove unnecessary synchronization (#1797)
Also fixes the move constructor to update LiveWindow to follow the move.
This commit is contained in:
@@ -67,8 +67,9 @@ class LiveWindow {
|
||||
* Remove the component from the LiveWindow.
|
||||
*
|
||||
* @param sendable component to remove
|
||||
* @return true if the component was removed; false if it was not present
|
||||
*/
|
||||
void Remove(Sendable* component);
|
||||
bool Remove(Sendable* component);
|
||||
|
||||
/**
|
||||
* Enable telemetry for a single component.
|
||||
|
||||
Reference in New Issue
Block a user