From b7533d89cd0abe4051d01bb63b02d6eb36eff005 Mon Sep 17 00:00:00 2001 From: ivandroly Date: Thu, 23 Jul 2015 17:52:51 +0000 Subject: [PATCH] Remove unnecessary cast --- src/Forms/ShowHistory.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Forms/ShowHistory.Designer.cs b/src/Forms/ShowHistory.Designer.cs index 19c2ead44..25511d1de 100644 --- a/src/Forms/ShowHistory.Designer.cs +++ b/src/Forms/ShowHistory.Designer.cs @@ -29,8 +29,8 @@ private void InitializeComponent() { this.listViewHistory = new System.Windows.Forms.ListView(); - this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); + this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); this.buttonRollback = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label();