From 2f2fa0ffa6a494aae96c1c8ce1ed61c382859973 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Mon, 4 Jan 2010 05:38:04 +0000 Subject: Commit FS#10594 - Remove duplicated buttonlight code for Gigabeat F/X. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24175 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/s3c2440/gigabeat-fx/button-meg-fx.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'firmware/target/arm') diff --git a/firmware/target/arm/s3c2440/gigabeat-fx/button-meg-fx.c b/firmware/target/arm/s3c2440/gigabeat-fx/button-meg-fx.c index 55fdad1159..1d13a21b22 100644 --- a/firmware/target/arm/s3c2440/gigabeat-fx/button-meg-fx.c +++ b/firmware/target/arm/s3c2440/gigabeat-fx/button-meg-fx.c @@ -109,7 +109,6 @@ int button_read_device(void) /* if the buttons dont agree twice in a row, then its none */ lastbutton = btn; btn = BUTTON_NONE; - buttonlight_on(); } /* Check for hold first - exit if asserted with no button pressed */ @@ -121,7 +120,6 @@ int button_read_device(void) if (buttons) { btn |= buttons; - buttonlight_on(); } /* the touchpad - only watch the lines we actually read */ @@ -152,7 +150,6 @@ int button_read_device(void) if (touchpad & ((1 << 9) | (1 << 8) | (1 << 7))) btn |= BUTTON_LEFT; - buttonlight_on(); } /* the cradle buttons */ -- cgit v1.2.3