diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-03-01 11:05:39 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-03-05 08:44:11 +0100 |
commit | 16ab0a74e44300add9a7966e6f4f95ed4c0e833e (patch) | |
tree | d892594e4518d7cfe0bf24512918f9939d464710 /include/ui | |
parent | b0766612d16da185a822636cf54214123e8038cf (diff) |
egl-headless: switch over to new display registry
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20180301100547.18962-6-kraxel@redhat.com
Diffstat (limited to 'include/ui')
-rw-r--r-- | include/ui/console.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ui/console.h b/include/ui/console.h index 3ea6cf0870..94726cf190 100644 --- a/include/ui/console.h +++ b/include/ui/console.h @@ -456,7 +456,4 @@ int vnc_init_func(void *opaque, QemuOpts *opts, Error **errp); /* input.c */ int index_from_key(const char *key, size_t key_length); -/* egl-headless.c */ -void egl_headless_init(DisplayOptions *opts); - #endif |