Merge pull request #7942 from nextcloud/7941-stable13

[stable13] remove hardcoded sharepoint icon path
This commit is contained in:
Morris Jobke 2018-01-18 16:47:55 +01:00 committed by GitHub
commit b7da6f13ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -560,9 +560,6 @@ OCA.External.StatusManager.Utils = {
case 'windows_network_drive':
icon = OC.imagePath('windows_network_drive', 'folder-windows');
break;
case 'sharepoint':
icon = OC.imagePath('sharepoint', 'folder-sharepoint');
break;
}
return icon;