From fdd02c3b8386d7bac3092063f98fd5b9aed90be7 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sun, 3 Jan 2021 02:47:33 +0100 Subject: Remove copyrighted OSI logo from project --- Source/Menu.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/Menu.c') diff --git a/Source/Menu.c b/Source/Menu.c index 7f21d85..cdbeb18 100644 --- a/Source/Menu.c +++ b/Source/Menu.c @@ -260,7 +260,6 @@ static void MainMenuInit(void) "DATA\\SPRITES\\PSXDISK.TIM", "DATA\\FONTS\\INTROFNT.TIM", "DATA\\SPRITES\\GPL.TIM", - "DATA\\SPRITES\\OPENSRC.TIM", "DATA\\SOUNDS\\TRAYCL.VAG", "DATA\\SOUNDS\\SPINDISK.VAG" #endif // NO_INTRO @@ -276,7 +275,6 @@ static void MainMenuInit(void) &PsxDisk, &PSXSDKIntroFont, &GPL_Logo, - &OpenSource_Logo, &TrayClSnd, &SpinDiskSnd #endif // NO_INTRO -- cgit v1.2.3