From 734ebf47e1e110bd988635132024bb8311499688 Mon Sep 17 00:00:00 2001 From: Maff Date: Thu, 3 Oct 2019 00:29:34 +0100 Subject: [PATCH] remove unused var that was causing build failure on release --- paperangapp/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paperangapp/MainWindow.xaml.cs b/paperangapp/MainWindow.xaml.cs index 1a6bb02..9ed9b29 100644 --- a/paperangapp/MainWindow.xaml.cs +++ b/paperangapp/MainWindow.xaml.cs @@ -19,7 +19,7 @@ namespace paperangapp { private IPrinter prtr=new USB(BaseTypes.Model.None); // T1 used as a generic, prtr used soley for the PrinterAvailable attr. all paperang devices tested report the exact same USB identifiers. private Paperang mmj=null; private System.Timers.Timer usbpoll; - private uint dThresh=127; + //private uint dThresh=127; private enum AppState { UnInitNoDev, UnInitDev,