Removed unused case.

master
Håvar Aambø Fosstveit 2019-06-04 13:08:58 +02:00
parent 149c40e89e
commit 2af49fcf41
1 changed files with 0 additions and 5 deletions

View File

@ -206,11 +206,6 @@ const Sidebar = (props) =>
roomClient.enableScreenSharing();
break;
}
case 'need-extension':
{
roomClient.installExtension();
break;
}
default:
{
break;