Remove ThumbnailKey

This commit is contained in:
John Lewin 2018-06-20 16:57:41 -07:00
parent 7b586c8561
commit 5760ac0166
9 changed files with 0 additions and 18 deletions

View file

@ -71,10 +71,6 @@ namespace MatterHackers.MatterControl.CustomWidgets
ILibraryContainer libraryContainer = listViewItem.Container;
string thumbnailId = libraryItem.ID;
if(libraryItem is IThumbnail thumbnailKey)
{
thumbnailId = thumbnailKey.ThumbnailKey;
}
var thumbnail = MeshContentProvider.LoadCachedImage(thumbnailId, thumbWidth, thumbHeight);
if (thumbnail != null)