RequestHandler: Remove OutputStartFailed request status

Accidentally pushed this commit when it was for a component which will
not be implemented.
This commit is contained in:
tt2468 2021-12-21 01:33:16 -08:00
parent a0ad43c7d7
commit 527a008002

View File

@ -262,17 +262,6 @@ namespace RequestStatus {
* @api enums
*/
StudioModeNotActive = 506,
/**
* Starting the output failed.
*
* @enumIdentifier OutputStartFailed
* @enumValue 507
* @enumType RequestStatus
* @rpcVersion -1
* @initialVersion 5.0.0
* @api enums
*/
OutputStartFailed = 507,
/**