summaryrefslogtreecommitdiffstats
path: root/client/display_channel.cpp
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-04-08 17:48:40 +0200
committerAlexander Larsson <alexl@redhat.com>2010-04-08 17:48:40 +0200
commit187a4230e511e8f13bdf635307db5251405cc7f5 (patch)
treeabb6b9d1e84fe03e53b9ee34d6c576b7cc779980 /client/display_channel.cpp
parentde4306af331f5a68c28949c5cfed60adea24f753 (diff)
downloadspice-187a4230e511e8f13bdf635307db5251405cc7f5.tar.gz
spice-187a4230e511e8f13bdf635307db5251405cc7f5.tar.xz
spice-187a4230e511e8f13bdf635307db5251405cc7f5.zip
Remove leftover AutoVStreamInit class
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)
{