Skip to content

Commit d5eb792

Browse files
committed
Remove leftovers from last PR
1 parent d5d7858 commit d5eb792

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

src/coco/mount_and_boot.c

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#include "../screen.h"
55
#include "../typedefs.h"
66
#include "../globals.h"
7-
#include "../system.h"
87

98
void mount_and_boot_lobby(void)
109
{
@@ -15,14 +14,14 @@ void mount_and_boot_lobby(void)
1514
}
1615
else
1716
{
18-
if (hd_subState == HD_HOSTS)
19-
{
20-
screen_hosts_and_devices_hosts();
21-
}
22-
else if (hd_subState == HD_DEVICES)
23-
{
24-
screen_hosts_and_devices_devices();
25-
}
17+
if (hd_subState == HD_HOSTS)
18+
{
19+
screen_hosts_and_devices_hosts();
20+
}
21+
else if (hd_subState == HD_DEVICES)
22+
{
23+
screen_hosts_and_devices_devices();
24+
}
2625
}
2726
}
2827

src/coco/scroll.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
#include "../constants.h"
55
#include "../globals.h"
66
#include "../screen.h"
7-
#include "../select_file.h"
87
#include "scroll.h"
98

10-
119
word lastTimer;
1210
word idleCounter = IDLE_TIMEOUT_COUNT;
1311
int scrollOffset = 0;

0 commit comments

Comments
 (0)