diff options
author | Vladimir Chtchetkine <vchtchetkine@google.com> | 2010-07-08 10:25:06 -0700 |
---|---|---|
committer | Vladimir Chtchetkine <vchtchetkine@google.com> | 2010-07-08 10:25:06 -0700 |
commit | 4057561d5414c89f0d9964017e9473b68643e865 (patch) | |
tree | b37fb44445314577ffbb73c7a459fc115eaef060 /android/main.c | |
parent | 71bb14f826775867d16e7d382cfdc48e6ca46ccb (diff) | |
download | external_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.c | 1 |
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" |