diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-01-28 14:35:20 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-01-28 14:35:20 +0300 |
commit | 9bf9e3978d33cf4b81155bd2fd3c7bf9e04a931f (patch) | |
tree | c1e2b2bc6e823fed93629f2085d576bda4421788 /src/PriceListTools/Source.cs | |
parent | 0621ceabad9ed23409e4a8d965190580d926c077 (diff) |
Refactoring
Diffstat (limited to 'src/PriceListTools/Source.cs')
-rw-r--r-- | src/PriceListTools/Source.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/PriceListTools/Source.cs b/src/PriceListTools/Source.cs index c3e2231..d811e36 100644 --- a/src/PriceListTools/Source.cs +++ b/src/PriceListTools/Source.cs @@ -35,8 +35,6 @@ namespace RehauSku.PriceListTools { PositionAmount = new Dictionary<Position, double>(); - var aColumn = amountCell.EntireColumn; - object[,] amountColumn = amountCell.EntireColumn.Value2; object[,] skuColumn = skuCell.EntireColumn.Value2; object[,] nameColumn = nameCell.EntireColumn.Value2; |