aboutsummaryrefslogtreecommitdiffstats
path: root/android/ui-core-protocol.h
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.h
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.h')
-rw-r--r--android/ui-core-protocol.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/android/ui-core-protocol.h b/android/ui-core-protocol.h
index 6930e62..3cb239d 100644
--- a/android/ui-core-protocol.h
+++ b/android/ui-core-protocol.h
@@ -39,9 +39,6 @@ typedef void (*AndroidHwLightBrightnessCallback)( void* opaque,
void android_core_set_brightness_change_callback(AndroidHwLightBrightnessCallback callback,
void* opaque);
-/* Returns base port assigned for the emulated system. */
-int android_core_get_base_port(void);
-
/* change the coarse orientation value */
void android_core_sensors_set_coarse_orientation( AndroidCoarseOrientation orient );