xf86-video-intel: src/backlight.h

Chris Wilson ickle at kemper.freedesktop.org
Wed Jul 23 14:13:20 PDT 2014


 src/backlight.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f68d363a236a4bd424dff8a04d177bb5b79df1c9
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Wed Jul 23 22:12:33 2014 +0100

    backlight: Remove unused 'original' member from structure
    
    This was accidentally added with no users.
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/backlight.h b/src/backlight.h
index 6391be7..217629d 100644
--- a/src/backlight.h
+++ b/src/backlight.h
@@ -38,7 +38,7 @@ enum backlight_type {
 struct backlight {
 	char *iface;
 	enum backlight_type type;
-	int original, max;
+	int max;
 	int pid, fd;
 };
 


More information about the xorg-commit mailing list