Revert "Requests: Add Compare"

This reverts commit 3687086ce0.

I realized that I'm adding too much too fast, and that we should
focus on getting v5 out first.
This commit is contained in:
tt2468
2021-10-05 20:17:45 -07:00
parent 3687086ce0
commit 1b25e98dc2
5 changed files with 1 additions and 34 deletions

View File

@ -12,7 +12,6 @@ const std::map<std::string, RequestMethodHandler> RequestHandler::_handlerMap
{"GetStudioModeEnabled", &RequestHandler::GetStudioModeEnabled},
{"SetStudioModeEnabled", &RequestHandler::SetStudioModeEnabled},
{"Sleep", &RequestHandler::Sleep},
{"Compare", &RequestHandler::Compare},
// Config
{"GetPersistentData", &RequestHandler::GetPersistentData},