aboutsummaryrefslogtreecommitdiffstats
path: root/android/main-ui.c
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-02-02 12:12:53 -0800
committerAndroid Code Review <code-review@android.com>2011-02-02 12:12:53 -0800
commitd6eda1d7b357746ad8d9a4c80dc0235ef56c40e0 (patch)
treeb669e7b99c01bd8aafd2079321c8cb80302454e0 /android/main-ui.c
parentce747472342237e882369e486254684ab7708362 (diff)
parent07db34976ba1dd045a51c4ab2c7f52479cddcc57 (diff)
downloadexternal_qemu-d6eda1d7b357746ad8d9a4c80dc0235ef56c40e0.zip
external_qemu-d6eda1d7b357746ad8d9a4c80dc0235ef56c40e0.tar.gz
external_qemu-d6eda1d7b357746ad8d9a4c80dc0235ef56c40e0.tar.bz2
Merge changes Icd076267,I6d5ad6ec
* changes: Simplify UI-only sources. Simplify core framebuffer management.
Diffstat (limited to 'android/main-ui.c')
-rw-r--r--android/main-ui.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/android/main-ui.c b/android/main-ui.c
index 9981b76..daf71cb 100644
--- a/android/main-ui.c
+++ b/android/main-ui.c
@@ -1507,16 +1507,5 @@ int main(int argc, char **argv)
}
}
- // Connect to the core's framebuffer service
- if (implFb_create(attachUiImpl_get_console_socket(), "-raw",
- qemulator_get_first_framebuffer(qemulator_get()))) {
- return -1;
- }
-
- // Attach the recepient of UI commands.
- if (uiCmdImpl_create(attachUiImpl_get_console_socket())) {
- return -1;
- }
-
return qemu_main(n, args);
}