diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2010-08-25 10:51:06 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2010-09-21 18:35:30 +0200 |
commit | 6b62dc2dd7d590815a3b7713633ce59ef64a17d4 (patch) | |
tree | fd9660854b2855b1842e4490107cf55be3db387e /sysemu.h | |
parent | a287916c712b0c57a97cd35c663c5e7ba061bc7e (diff) |
Use display types for local display only.
This patch drops DT_VNC. The display types are only used to select
select the local display (i.e. curses, sdl, coca, ...). Remote
displays (for now only vnc, spice will follow) can be enabled
independently.
Diffstat (limited to 'sysemu.h')
-rw-r--r-- | sysemu.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -94,7 +94,6 @@ typedef enum DisplayType DT_DEFAULT, DT_CURSES, DT_SDL, - DT_VNC, DT_NOGRAPHIC, } DisplayType; |