remove unused var that was causing build failure on release
This commit is contained in:
parent
191dcdafd6
commit
734ebf47e1
|
@ -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 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 Paperang mmj=null;
|
||||||
private System.Timers.Timer usbpoll;
|
private System.Timers.Timer usbpoll;
|
||||||
private uint dThresh=127;
|
//private uint dThresh=127;
|
||||||
private enum AppState {
|
private enum AppState {
|
||||||
UnInitNoDev,
|
UnInitNoDev,
|
||||||
UnInitDev,
|
UnInitDev,
|
||||||
|
|
Loading…
Reference in New Issue