summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorFrancois Gouget <fgouget@codeweavers.com>2015-11-13 17:36:22 +0000
committerFrediano Ziglio <fziglio@redhat.com>2015-11-13 17:36:30 +0000
commitdc169cea90ba379d93fbb9ed9e14c40c818305c6 (patch)
treee0aa925f1a72e4e23b8191b38d0c754a56c5b71c /server
parent6e12003bde2155a3ba837c3678e301bdfa70d636 (diff)
downloadspice-dc169cea90ba379d93fbb9ed9e14c40c818305c6.tar.gz
spice-dc169cea90ba379d93fbb9ed9e14c40c818305c6.tar.xz
spice-dc169cea90ba379d93fbb9ed9e14c40c818305c6.zip
server: Remove the display_channel_attach_stream() prototype
It is unused. Signed-off-by: Francois Gouget <fgouget@codeweavers.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to 'server')
-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 c3dcc29d..a9ae40a4 100644
--- a/server/display-channel.h
+++ b/server/display-channel.h
@@ -358,9 +358,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);