cocoa: switch over to new display registry

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20180301100547.18962-4-kraxel@redhat.com
This commit is contained in:
Gerd Hoffmann
2018-03-01 11:05:37 +01:00
parent 5ee1718f92
commit 5013b9e46a
3 changed files with 13 additions and 16 deletions

3
vl.c
View File

@@ -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;