X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/b642ce7ab58f1f91dc2edc04fbe6f2bf4f8b9afd..fb9acd45888ec05381f8a21835e3c071c582346d:/client/guidummy.c diff --git a/client/guidummy.c b/client/guidummy.c deleted file mode 100644 index b42dea24..00000000 --- a/client/guidummy.c +++ /dev/null @@ -1,27 +0,0 @@ -//----------------------------------------------------------------------------- -// Copyright (C) 2009 Michael Gernoth -// -// This code is licensed to you under the terms of the GNU GPL, version 2 or, -// at your option, any later version. See the LICENSE.txt file for the text of -// the license. -//----------------------------------------------------------------------------- -// GUI dummy file -//----------------------------------------------------------------------------- - -#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) {}