aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-03-01 11:05:39 +0100
committerGerd Hoffmann <kraxel@redhat.com>2018-03-05 08:44:11 +0100
commit16ab0a74e44300add9a7966e6f4f95ed4c0e833e (patch)
treed892594e4518d7cfe0bf24512918f9939d464710 /include
parentb0766612d16da185a822636cf54214123e8038cf (diff)
downloadqemu-16ab0a74e44300add9a7966e6f4f95ed4c0e833e.zip
qemu-16ab0a74e44300add9a7966e6f4f95ed4c0e833e.tar.gz
qemu-16ab0a74e44300add9a7966e6f4f95ed4c0e833e.tar.bz2
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')
-rw-r--r--include/ui/console.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ui/console.h b/include/ui/console.h
index 3ea6cf0..94726cf 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