diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2021-01-03 02:47:33 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2021-01-03 02:52:28 +0100 |
| commit | fdd02c3b8386d7bac3092063f98fd5b9aed90be7 (patch) | |
| tree | 56f8b744f76dbe960753ff2c59043eb974662bed /Source/Menu.c | |
| parent | 094ae30c49736f9e1f7edff0644df8e7a52106ad (diff) | |
| download | airport-fdd02c3b8386d7bac3092063f98fd5b9aed90be7.tar.gz | |
Remove copyrighted OSI logo from project
Diffstat (limited to 'Source/Menu.c')
| -rw-r--r-- | Source/Menu.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
