aboutsummaryrefslogtreecommitdiff
path: root/include/chardev/spice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/chardev/spice.h')
-rw-r--r--include/chardev/spice.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/chardev/spice.h b/include/chardev/spice.h
index 99f26ae..1115502 100644
--- a/include/chardev/spice.h
+++ b/include/chardev/spice.h
@@ -24,7 +24,4 @@ typedef struct SpiceChardev SpiceChardev;
DECLARE_INSTANCE_CHECKER(SpiceChardev, SPICE_CHARDEV,
TYPE_CHARDEV_SPICE)
-void qemu_chr_open_spice_port(Chardev *chr, ChardevBackend *backend,
- bool *be_opened, Error **errp);
-
#endif