mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
Remove most 2022 deprecations (#4205)
Excludes "old" commands and SimDevice functions.
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
|
||||
#include <functional>
|
||||
|
||||
#include <wpi/deprecated.h>
|
||||
|
||||
namespace wpi {
|
||||
class Sendable;
|
||||
} // namespace wpi
|
||||
@@ -20,17 +18,6 @@ namespace frc {
|
||||
*/
|
||||
class LiveWindow final {
|
||||
public:
|
||||
/**
|
||||
* Get an instance of the LiveWindow main class.
|
||||
*
|
||||
* This is a singleton to guarantee that there is only a single instance
|
||||
* regardless of how many times GetInstance is called.
|
||||
* @deprecated Use the static methods unless guaranteeing LiveWindow is
|
||||
* instantiated
|
||||
*/
|
||||
WPI_DEPRECATED("Use static methods")
|
||||
static LiveWindow* GetInstance();
|
||||
|
||||
/**
|
||||
* Set function to be called when LiveWindow is enabled.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user