summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@redhat.com>2015-11-13 10:29:13 -0600
committerFabiano FidĂȘncio <fidencio@redhat.com>2015-11-13 18:28:40 +0100
commitdea8500fe9af6bbe9220d5b45dce3460a1399c53 (patch)
treeb1c8ccfdb4e098f1f6e728c2c5db81a53e79ad1a
parent89bab850ef6704448534cf7edad3c65632e9b162 (diff)
downloadspice-dea8500fe9af6bbe9220d5b45dce3460a1399c53.tar.gz
spice-dea8500fe9af6bbe9220d5b45dce3460a1399c53.tar.xz
spice-dea8500fe9af6bbe9220d5b45dce3460a1399c53.zip
Remove declaration for display_channel_attach_stream()
This function was never defined.
-rw-r--r--server/display-channel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/server/display-channel.h b/server/display-channel.h
index c080932a..d33f72cf 100644
--- a/server/display-channel.h
+++ b/server/display-channel.h
@@ -360,9 +360,6 @@ typedef struct SurfaceCreateItem {
void display_channel_set_stream_video (DisplayChannel *display,
int stream_video);
-void display_channel_attach_stream (DisplayChannel *display,
- Drawable *drawable,
- Stream *stream);
int display_channel_get_streams_timeout (DisplayChannel *display);
void display_channel_compress_stats_print (const DisplayChannel *display);
void display_channel_compress_stats_reset (DisplayChannel *display);