Skip to content

Commit

Permalink
Remove "Type" column
Browse files Browse the repository at this point in the history
  • Loading branch information
Hosch250 committed May 29, 2015
1 parent 51441f7 commit e555c7f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions RetailCoder.VBE/UI/Settings/CodeInspectionControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ public CodeInspectionSettingsControl(IEnumerable<CodeInspectionSetting> inspecti
nameColumn.ReadOnly = true;
codeInspectionsGrid.Columns.Add(nameColumn);

var typeColumn = new DataGridViewTextBoxColumn();
typeColumn.Name = "InspectionType";
typeColumn.DataPropertyName = "InspectionType";
typeColumn.HeaderText = RubberduckUI.Type;
typeColumn.ReadOnly = true;
codeInspectionsGrid.Columns.Add(typeColumn);

var severityColumn = new DataGridViewComboBoxColumn();
severityColumn.Name = "InspectionSeverity";
severityColumn.DataPropertyName = "Severity";
Expand Down

0 comments on commit e555c7f

Please sign in to comment.