X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/bd4cc2c95b3aa115d67790937d3d943a8a6546cf..3628c31882e371997087ecc0249710340bf170e6:/winsrc/gui.cpp diff --git a/winsrc/gui.cpp b/winsrc/gui.cpp index bcc0cbb6..3753a86e 100644 --- a/winsrc/gui.cpp +++ b/winsrc/gui.cpp @@ -33,6 +33,7 @@ void dbp(char *str, ...) int GraphBuffer[MAX_GRAPH_TRACE_LEN]; int GraphTraceLen; +int PlotGridX, PlotGridY; HPEN GreyPenLite, GreyPen, GreenPen, WhitePen, YellowPen; HBRUSH GreenBrush, YellowBrush; @@ -40,7 +41,6 @@ HBRUSH GreenBrush, YellowBrush; static int GraphStart = 0; static double GraphPixelsPerPoint = 1; -static int PlotGridX = 0, PlotGridY = 0; static int CursorAPos; static int CursorBPos; double CursorScaleFactor = 1.0; @@ -67,12 +67,6 @@ void ExecCmd(char *cmd) int CommandFinished; int offset = 64; -void SetGraphGrid(int x, int y) -{ - PlotGridX = x; - PlotGridY = y; -} - static void ResizeCommandWindow(void) { int w, h;