aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2022-01-28 14:35:20 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2022-01-28 14:35:20 +0300
commit9bf9e3978d33cf4b81155bd2fd3c7bf9e04a931f (patch)
treec1e2b2bc6e823fed93629f2085d576bda4421788 /src
parent0621ceabad9ed23409e4a8d965190580d926c077 (diff)
Refactoring
Diffstat (limited to 'src')
-rw-r--r--src/PriceListTools/Source.cs2
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;