aboutsummaryrefslogtreecommitdiffstats
path: root/android/qemu-setup.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/qemu-setup.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/qemu-setup.c')
-rw-r--r--android/qemu-setup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/android/qemu-setup.c b/android/qemu-setup.c
index 6c3785c..f0157cd 100644
--- a/android/qemu-setup.c
+++ b/android/qemu-setup.c
@@ -331,9 +331,8 @@ void android_emulation_setup( void )
android_modem_init( base_port );
- /* Save base port and call back to UI so it can properly set up its window title. */
+ /* Save base port. */
android_base_port = base_port;
- android_ui_set_base_port(base_port);
/* send a simple message to the ADB host server to tell it we just started.
* it should be listening on port 5037. if we can't reach it, don't bother