summaryrefslogtreecommitdiff
path: root/src/gui.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2026-06-15 00:59:21 +0100
committerIan C <ianc@noddybox.co.uk>2026-06-15 00:59:21 +0100
commitad34aea41cdc4d10afe227a02b99e276a66eb630 (patch)
tree4933ef80888a85a95b899d135ca8dc2e81504a01 /src/gui.c
parentfc4ab37b775b1c6f2667529033122bee3c644585 (diff)
Removed CVS ident strings
Diffstat (limited to 'src/gui.c')
-rw-r--r--src/gui.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui.c b/src/gui.c
index 153081f..a8b426a 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -23,8 +23,6 @@
Basic GUI routines
*/
-static const char ident[]="$Id$";
-
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@@ -36,7 +34,6 @@ static const char ident[]="$Id$";
#include "util.h"
#include "exit.h"
-static const char ident_h[]=EZX81_GUI_H;
/* ---------------------------------------- MACROS
*/