aboutsummaryrefslogtreecommitdiffstats
path: root/android/qemu-setup.c
diff options
context:
space:
mode:
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