From 5758404ffd1be160efa303ff27eef645fc4e2c2d Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Thu, 20 Jan 2011 16:15:30 -0800 Subject: 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 --- android/ui-core-protocol.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'android/ui-core-protocol.h') 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 ); -- cgit v1.1