Remove dead code
This commit is contained in:
parent
732f26a5c2
commit
efb9a45831
1 changed files with 0 additions and 12 deletions
|
|
@ -142,18 +142,6 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
|
||||
public IEnumerable<ListViewItem> Items => items;
|
||||
|
||||
/*
|
||||
* bool isTraceable = listViewItem.Model is ILibraryPrintItem;
|
||||
bool hasID = !string.IsNullOrEmpty(listViewItem.Model.ID);
|
||||
List<ListViewItem> acquireItems,
|
||||
if (hasID
|
||||
&& isTraceable
|
||||
&& thumbnail == null)
|
||||
{
|
||||
// Schedule for collection, display default thumb until then
|
||||
acquireItems.Add(listViewItem);
|
||||
}
|
||||
*/
|
||||
/// <summary>
|
||||
/// Empties the list children and repopulates the list with the source container content
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue