summaryrefslogtreecommitdiffstats
path: root/client/display_channel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/display_channel.cpp')
-rw-r--r--client/display_channel.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/client/display_channel.cpp b/client/display_channel.cpp
index 9219568a..d57ffed9 100644
--- a/client/display_channel.cpp
+++ b/client/display_channel.cpp
@@ -470,16 +470,6 @@ void VideoStream::set_clip(int type, uint32_t num_clip_rects, SpiceRect* clip_re
_clip = &_clip_region;
}
-class AutoVStreamInit {
-public:
- AutoVStreamInit()
- {
- }
-};
-
-static AutoVStreamInit auto_init;
-
-
StreamsTrigger::StreamsTrigger(DisplayChannel& channel)
: _channel (channel)
{