diff options
author | Ian C <ianc@noddybox.co.uk> | 2023-04-23 10:30:44 +0800 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2023-04-23 10:30:44 +0800 |
commit | 62e0729de4b856d1230e5fd2d6558c188386a683 (patch) | |
tree | c62ba2584aed4cf19ce0a1592305c806fde9dde9 /source/zx81.c | |
parent | d68d6a14ba9c37eef243d6b739d590ec0f05c6c4 (diff) |
Diffstat (limited to 'source/zx81.c')
-rw-r--r-- | source/zx81.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/zx81.c b/source/zx81.c index 1335d0b..7626034 100644 --- a/source/zx81.c +++ b/source/zx81.c @@ -104,8 +104,6 @@ static int allow_save; static const Z80Byte *tape_image; static int tape_len; -static char last_dir[FILENAME_MAX] = "/"; - /* The keyboard */ static Z80Byte matrix[8]; |