aboutsummaryrefslogtreecommitdiffstats
path: root/android/ui-core-protocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'android/ui-core-protocol.c')
-rw-r--r--android/ui-core-protocol.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/android/ui-core-protocol.c b/android/ui-core-protocol.c
index 8877c0b..08591c0 100644
--- a/android/ui-core-protocol.c
+++ b/android/ui-core-protocol.c
@@ -51,16 +51,6 @@ android_core_set_brightness_change_callback(AndroidHwLightBrightnessCallback cal
#endif // CONFIG_STANDALONE_UI
}
-int
-android_core_get_base_port(void)
-{
-#if !defined(CONFIG_STANDALONE_UI)
- return android_base_port;
-#else
- return 5554;
-#endif // CONFIG_STANDALONE_UI
-}
-
void
android_core_sensors_set_coarse_orientation( AndroidCoarseOrientation orient )
{