aboutsummaryrefslogtreecommitdiffstats
path: root/android/main.c
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-07-08 10:25:06 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-07-08 10:25:06 -0700
commit4057561d5414c89f0d9964017e9473b68643e865 (patch)
treeb37fb44445314577ffbb73c7a459fc115eaef060 /android/main.c
parent71bb14f826775867d16e7d382cfdc48e6ca46ccb (diff)
downloadexternal_qemu-4057561d5414c89f0d9964017e9473b68643e865.zip
external_qemu-4057561d5414c89f0d9964017e9473b68643e865.tar.gz
external_qemu-4057561d5414c89f0d9964017e9473b68643e865.tar.bz2
Removed hw-control dependency from the UI.
qemulator_setup has been setting brighness callback via direct call to hw-control. After the change callback is set via call to ui-core-protocol Change-Id: Ib96887d47cf765f38f4a7ad39f4f39963d9fb90d
Diffstat (limited to 'android/main.c')
-rw-r--r--android/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/main.c b/android/main.c
index 3da0602..b18e494 100644
--- a/android/main.c
+++ b/android/main.c
@@ -52,7 +52,6 @@
#include "android/hw-qemud.h"
#include "android/hw-kmsg.h"
#include "android/hw-lcd.h"
-#include "android/hw-control.h"
#include "android/hw-sensors.h"
#include "android/boot-properties.h"
#include "android/user-config.h"