summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2003-07-07 22:05:41 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2003-07-07 22:05:41 +0000
commit181eea40699913be3866b6adc7cdba005cbeeafb (patch)
tree6d5e2354765a3b1a0d8079b98d602f3e613df115 /sys
parent940c851694e8fc40401fd745ab0d3d3c290248d8 (diff)
disable accidentially enabled 'debug' flag; ok drahn
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/macppc/dev/abtn.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/abtn.c b/sys/arch/macppc/dev/abtn.c
index cdcacf01a21..bd79f6279cc 100644
--- a/sys/arch/macppc/dev/abtn.c
+++ b/sys/arch/macppc/dev/abtn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: abtn.c,v 1.6 2003/07/02 22:00:29 drahn Exp $ */
+/* $OpenBSD: abtn.c,v 1.7 2003/07/07 22:05:40 pvalchev Exp $ */
/* $NetBSD: abtn.c,v 1.1 1999/07/12 17:48:26 tsubai Exp $ */
/*-
@@ -119,7 +119,6 @@ abtn_adbcomplete(buffer, data, adb_command)
of_setbrightness(brightness);
break;
-#define DEBUG
#ifdef DEBUG
case 0x08: /* mute */
case 0x01: /* mute, AV hardware */