mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpilib] Remove LiveWindow (#7733)
This will be replaced by a different mechanism, but removing it eases the initial implementation burden of a new Telemetry/Sendable framework.
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
#include "frc/DriverStation.h"
|
||||
#include "frc/Errors.h"
|
||||
#include "frc/Notifier.h"
|
||||
#include "frc/livewindow/LiveWindow.h"
|
||||
#include "frc/smartdashboard/SmartDashboard.h"
|
||||
|
||||
static_assert(frc::RuntimeType::kRoboRIO ==
|
||||
@@ -333,7 +332,4 @@ RobotBase::RobotBase() {
|
||||
|
||||
// Call DriverStation::RefreshData() to kick things off
|
||||
DriverStation::RefreshData();
|
||||
|
||||
// First and one-time initialization
|
||||
LiveWindow::SetEnabled(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user