From 62db142ea512c04a4948cf1a2c07a704a7c2751f Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 29 Jan 2000 14:42:57 +0000 Subject: Remove #include "splash.h" and #if NSPLASH > 0" - it's implied by config. --- sys/dev/fb/splash.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/dev/fb') diff --git a/sys/dev/fb/splash.c b/sys/dev/fb/splash.c index f32af62..c71e017 100644 --- a/sys/dev/fb/splash.c +++ b/sys/dev/fb/splash.c @@ -26,10 +26,6 @@ * $FreeBSD$ */ -#include "splash.h" - -#if NSPLASH > 0 - #include #include #include @@ -208,5 +204,3 @@ splash(video_adapter_t *adp, int on) return (*splash_decoder->splash)(adp, on); return ENODEV; } - -#endif /* NSPLASH > 0 */ -- cgit v1.1