Skip to content

Commit 6623119

Browse files
committed
remove unused error messages
1 parent 568737a commit 6623119

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/osn-tests/util/error_messages.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,6 @@ export const enum ETestErrorMsg {
205205
DefaultDeviceNotFound = 'Did not find the default audio device in the list of audio devices',
206206
VideoDevices = 'Failed to get video devices',
207207
VideoDevicesIsArray = 'Returned video devices value is not an array',
208-
VideoDevicesCountMismatch = 'Returned list of video devices does not have the expected number of devices',
209-
VideoDeviceNotFound = 'Did not find video device %VALUE1% in the list of video devices',
210208
}
211209

212210
export function GetErrorMessage(message: string, value1?: string, value2?: string, value3?: string): string {

0 commit comments

Comments
 (0)