]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - linux/guidummy.c
merge linux and windows clients into one directory... will consolidate makefiles...
[proxmark3-svn] / linux / guidummy.c
diff --git a/linux/guidummy.c b/linux/guidummy.c
deleted file mode 100644 (file)
index 39bcc75..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#include <stdio.h>
-
-void ShowGraphWindow(void)
-{
-       static int warned = 0;
-
-       if (!warned) {
-               printf("No GUI in this build!\n");
-               warned = 1;
-       }
-}
-
-void HideGraphWindow(void) {}
-void RepaintGraphWindow(void) {}
-void MainGraphics() {}
-void InitGraphics(int argc, char **argv) {}
-void ExitGraphics(void) {}
Impressum, Datenschutz