summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-07-08 10:40:23 +0200
committerAlexander Larsson <alexl@redhat.com>2010-07-08 11:56:30 +0200
commitfe4f90210f492b8818af33dd1824c09295631c73 (patch)
treec17916e0f26ed4409fafe3bfd25cb86f77577e92
parentb54037a1f4d17593e3ee89027ac71a59baf907e1 (diff)
downloadspice-fe4f90210f492b8818af33dd1824c09295631c73.tar.gz
spice-fe4f90210f492b8818af33dd1824c09295631c73.tar.xz
spice-fe4f90210f492b8818af33dd1824c09295631c73.zip
remove QXLInterface->has_command()
Not used any more, zap it before rolling up a release tarball.
-rw-r--r--server/spice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/spice.h b/server/spice.h
index 07bbeef9..99546cff 100644
--- a/server/spice.h
+++ b/server/spice.h
@@ -172,7 +172,6 @@ struct QXLInterface {
void (*get_init_info)(QXLInstance *qin, QXLDevInitInfo *info);
int (*get_command)(QXLInstance *qin, struct QXLCommandExt *cmd);
int (*req_cmd_notification)(QXLInstance *qin);
- int (*has_command)(QXLInstance *qin);
void (*release_resource)(QXLInstance *qin, struct QXLReleaseInfoExt release_info);
int (*get_cursor_command)(QXLInstance *qin, struct QXLCommandExt *cmd);
int (*req_cursor_notification)(QXLInstance *qin);