[wpilib] Remove deprecated SetHandler function (#6556)

This commit is contained in:
Isaac Turner
2024-04-30 12:03:45 +08:00
committed by GitHub
parent 0f8aa8aedf
commit 9cae707065
3 changed files with 0 additions and 30 deletions

View File

@@ -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.
*