diff options
Diffstat (limited to 'common/main.c')
| -rw-r--r-- | common/main.c | 9 | 
1 files changed, 1 insertions, 8 deletions
| diff --git a/common/main.c b/common/main.c index f7e7c1c32..3760ba3d6 100644 --- a/common/main.c +++ b/common/main.c @@ -427,14 +427,7 @@ void main_loop (void)  	    }  	}  #endif /* CONFIG_MENUKEY */ -#endif	/* CONFIG_BOOTDELAY */ - -#ifdef CONFIG_AMIGAONEG3SE -	{ -	    extern void video_banner(void); -	    video_banner(); -	} -#endif +#endif /* CONFIG_BOOTDELAY */  	/*  	 * Main Loop for Monitor Command Processing |