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
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 @@
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