From 62e0729de4b856d1230e5fd2d6558c188386a683 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 23 Apr 2023 10:30:44 +0800 Subject: Added global last_dir[] to record last file selector dir. --- source/zx81.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/zx81.c') 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]; -- cgit v1.2.3