mirror of
https://github.com/claunia/osrepodbmgr.git
synced 2025-12-16 19:14:25 +00:00
Remove spurious code.
This commit is contained in:
@@ -331,17 +331,6 @@ namespace osrepodbmgr.Eto
|
||||
});
|
||||
#endregion Set dump hardware table
|
||||
|
||||
GridColumn fileColumn = new GridColumn
|
||||
{
|
||||
DataCell = new TextBoxCell { Binding = Binding.Property<DumpType, string>(r => r.Image) },
|
||||
HeaderText = "File"
|
||||
};
|
||||
GridColumn sizeColumn = new GridColumn
|
||||
{
|
||||
DataCell = new TextBoxCell { Binding = Binding.Property<DumpType, int>(r => r.Size).Convert(v => v.ToString()) },
|
||||
HeaderText = "Size"
|
||||
};
|
||||
|
||||
#region Set ATA IDENTIFY table
|
||||
lstAta = new ObservableCollection<DumpType>();
|
||||
treeATA.Columns.Add(new GridColumn
|
||||
|
||||
@@ -352,17 +352,6 @@ namespace osrepodbmgr.Eto
|
||||
});
|
||||
#endregion Set dump hardware table
|
||||
|
||||
GridColumn fileColumn = new GridColumn
|
||||
{
|
||||
DataCell = new TextBoxCell { Binding = Binding.Property<DumpType, string>(r => r.Image) },
|
||||
HeaderText = "File"
|
||||
};
|
||||
GridColumn sizeColumn = new GridColumn
|
||||
{
|
||||
DataCell = new TextBoxCell { Binding = Binding.Property<DumpType, int>(r => r.Size).Convert(v => v.ToString()) },
|
||||
HeaderText = "Size"
|
||||
};
|
||||
|
||||
#region Set TOC table
|
||||
lstTOC = new ObservableCollection<DumpType>();
|
||||
treeTOC.Columns.Add(new GridColumn
|
||||
|
||||
Reference in New Issue
Block a user