aboutsummaryrefslogtreecommitdiffstats
path: root/android/ui-core-protocol.c
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-01-20 16:15:30 -0800
committerVladimir Chtchetkine <vchtchetkine@google.com>2011-01-20 16:15:30 -0800
commit5758404ffd1be160efa303ff27eef645fc4e2c2d (patch)
tree93f45fc8059709d2ee824f3b7493698867238a86 /android/ui-core-protocol.c
parent20722c5f401f6d26ca26f12611b40c5ba4ea961f (diff)
downloadexternal_qemu-5758404ffd1be160efa303ff27eef645fc4e2c2d.zip
external_qemu-5758404ffd1be160efa303ff27eef645fc4e2c2d.tar.gz
external_qemu-5758404ffd1be160efa303ff27eef645fc4e2c2d.tar.bz2
Remove unnecessary calls in UI <-> Core protocols.
Core port related calls are no longer needed, since UI is aware of core's base port on attachment to the core Change-Id: Ic211fc9b02cb652009360f80917e90c44d941878
Diffstat (limited to 'android/ui-core-protocol.c')
-rw-r--r--android/ui-core-protocol.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/android/ui-core-protocol.c b/android/ui-core-protocol.c
index 8877c0b..08591c0 100644
--- a/android/ui-core-protocol.c
+++ b/android/ui-core-protocol.c
@@ -51,16 +51,6 @@ android_core_set_brightness_change_callback(AndroidHwLightBrightnessCallback cal
#endif // CONFIG_STANDALONE_UI
}
-int
-android_core_get_base_port(void)
-{
-#if !defined(CONFIG_STANDALONE_UI)
- return android_base_port;
-#else
- return 5554;
-#endif // CONFIG_STANDALONE_UI
-}
-
void
android_core_sensors_set_coarse_orientation( AndroidCoarseOrientation orient )
{