X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/e3dfa4277219c1cb72b906860faf537336bf866c..cd00aa3043b507ed10bf79a37b83b88741d176d7:/linux/guidummy.c diff --git a/linux/guidummy.c b/linux/guidummy.c deleted file mode 100644 index 39bcc756..00000000 --- a/linux/guidummy.c +++ /dev/null @@ -1,17 +0,0 @@ -#include - -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) {}