aboutsummaryrefslogtreecommitdiffstats
path: root/android/qemulator.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/qemulator.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/qemulator.c')
-rw-r--r--android/qemulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/qemulator.c b/android/qemulator.c
index 35e7cc8..054c5a6 100644
--- a/android/qemulator.c
+++ b/android/qemulator.c
@@ -258,7 +258,7 @@ qemulator_set_title(QEmulator* emulator)
}
p = bufprint(p, end, "%d:%s",
- android_core_get_base_port(),
+ android_base_port,
avdInfo_getName( android_avdInfo ));
skin_window_set_title( emulator->window, temp );