Index | Thread | Search

From:
Caspar Schutijser <caspar@schutijser.com>
Subject:
acpivout.c: remove unused #define
To:
tech@openbsd.org
Date:
Sun, 22 Jun 2025 15:39:20 +0200

Download raw body.

Thread
  • Caspar Schutijser:

    acpivout.c: remove unused #define

Unused since acpivout.c revision 1.22.

Comments or OKs?

Caspar


Index: acpivout.c
===================================================================
RCS file: /cvs/src/sys/dev/acpi/acpivout.c,v
diff -u -p -r1.26 acpivout.c
--- acpivout.c	13 Apr 2024 23:44:11 -0000	1.26
+++ acpivout.c	22 Jun 2025 13:21:34 -0000
@@ -47,8 +47,6 @@ int	acpivout_notify(struct aml_node *, i
 #define NOTIFY_BRIGHTNESS_ZERO		0x88
 #define NOTIFY_DISPLAY_OFF		0x89
 
-#define BRIGHTNESS_STEP			5
-
 struct acpivout_softc {
 	struct device		sc_dev;