Skip to content

Commit

Permalink
Minor code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sinairv committed Jan 1, 2012
1 parent 4ac09a3 commit 45e770f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions MSChartWrapper/ChartForm.cs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -189,7 +189,5 @@ public static void ShowColumnChartFormModal<T>(string[] names, string[] labels,
ShowColumnChartFormBase(owner, true, customization, ShowColumnChartFormBase(owner, true, customization,
names, labels, values, chartTitle, xTitle, yTitle, formTitle); names, labels, values, chartTitle, xTitle, yTitle, formTitle);
} }


} }
} }
2 changes: 0 additions & 2 deletions MSChartWrapper/ChartWrapper.cs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -846,7 +846,5 @@ private void ToggleShowSideLegendToolStripMenuItemClick(object sender, EventArgs




#endregion #endregion


} }
} }

0 comments on commit 45e770f

Please sign in to comment.