[Spice-devel] [PATCH] remove QXLInterface->has_command()

Gerd Hoffmann kraxel at redhat.com
Thu Jul 8 02:40:50 PDT 2010


Not used any more, zap it before rolling up a release tarball.
---
 server/spice.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/server/spice.h b/server/spice.h
index 07bbeef..99546cf 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);
-- 
1.7.1



More information about the Spice-devel mailing list