mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
[wpilib] Remove deprecated SetHandler function (#6556)
This commit is contained in:
@@ -82,15 +82,6 @@ class Notifier {
|
||||
*/
|
||||
void SetName(std::string_view name);
|
||||
|
||||
/**
|
||||
* Change the callback function.
|
||||
*
|
||||
* @param callback The callback function.
|
||||
* @deprecated Use SetCallback() instead.
|
||||
*/
|
||||
[[deprecated("Use SetCallback() instead.")]]
|
||||
void SetHandler(std::function<void()> callback);
|
||||
|
||||
/**
|
||||
* Change the callback function.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user