summaryrefslogtreecommitdiff
path: root/vl.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-03-01 11:05:37 +0100
committerGerd Hoffmann <kraxel@redhat.com>2018-03-05 08:44:11 +0100
commit5013b9e46a72c96999fab1523f722ab58152c59a (patch)
tree7c78acb6c1b0f4108ac73294449c02fcb2a49b0c /vl.c
parent5ee1718f92bd82e0e581191b6326384d291199d3 (diff)
downloadqemu-5013b9e46a72c96999fab1523f722ab58152c59a.tar.gz
cocoa: switch over to new display registry
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20180301100547.18962-4-kraxel@redhat.com
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/vl.c b/vl.c
index 5b2410d564..377140ebd9 100644
--- a/vl.c
+++ b/vl.c
@@ -4667,9 +4667,6 @@ int main(int argc, char **argv, char **envp)
case DISPLAY_TYPE_CURSES:
curses_display_init(ds, &dpy);
break;
- case DISPLAY_TYPE_COCOA:
- cocoa_display_init(ds, &dpy);
- break;
default:
qemu_display_init(ds, &dpy);
break;