]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - winsrc/gui.cpp
Amontec JTAGKey config
[proxmark3-svn] / winsrc / gui.cpp
index bcc0cbb65958cbda97c9c392e765d92a34adc18c..3753a86e99a4a47aeb2f948ce2a65a10c1598de6 100644 (file)
@@ -33,6 +33,7 @@ void dbp(char *str, ...)
 \r
 int GraphBuffer[MAX_GRAPH_TRACE_LEN];\r
 int GraphTraceLen;\r
+int PlotGridX, PlotGridY;\r
 \r
 HPEN GreyPenLite, GreyPen, GreenPen, WhitePen, YellowPen;\r
 HBRUSH GreenBrush, YellowBrush;\r
@@ -40,7 +41,6 @@ HBRUSH GreenBrush, YellowBrush;
 static int GraphStart = 0;\r
 static double GraphPixelsPerPoint = 1;\r
 \r
-static int PlotGridX = 0, PlotGridY = 0;\r
 static int CursorAPos;\r
 static int CursorBPos;\r
 double CursorScaleFactor = 1.0;\r
@@ -67,12 +67,6 @@ void ExecCmd(char *cmd)
 int CommandFinished;\r
 int offset = 64;\r
 \r
-void SetGraphGrid(int x, int y)\r
-{\r
-       PlotGridX = x;\r
-       PlotGridY = y;\r
-}\r
-\r
 static void ResizeCommandWindow(void)\r
 {\r
        int w, h;\r
Impressum, Datenschutz