summaryrefslogtreecommitdiff
path: root/sys/dev/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/video.c')
-rw-r--r--sys/dev/video.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/video.c b/sys/dev/video.c
index 4ebbbd658de..b45aac8f5a6 100644
--- a/sys/dev/video.c
+++ b/sys/dev/video.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: video.c,v 1.15 2008/06/13 05:00:32 mglocker Exp $ */
+/* $OpenBSD: video.c,v 1.16 2008/06/13 18:04:56 mglocker Exp $ */
/*
* Copyright (c) 2008 Robert Nagy <robert@openbsd.org>
* Copyright (c) 2008 Marcus Glocker <mglocker@openbsd.org>
@@ -34,8 +34,6 @@
#include <dev/video_if.h>
#include <dev/videovar.h>
-#undef VIDEO_DEBUG /* XXX remove from here somewhen */
-
#ifdef VIDEO_DEBUG
#define DPRINTF(x) do { printf x; } while (0)
#else