remove hardcoded sharepoint icon path

it does not exist and if it would, it was not themable

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2018-01-18 15:32:19 +01:00
parent 266c64069f
commit 1703c25b26
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
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;