[Spice-commits] client/display_channel.cpp

Alexander Larsson alexl at kemper.freedesktop.org
Thu Apr 8 08:49:00 PDT 2010


 client/display_channel.cpp |   10 ----------
 1 file changed, 10 deletions(-)

New commits:
commit 187a4230e511e8f13bdf635307db5251405cc7f5
Author: Alexander Larsson <alexl at redhat.com>
Date:   Thu Apr 8 17:48:40 2010 +0200

    Remove leftover AutoVStreamInit class

diff --git a/client/display_channel.cpp b/client/display_channel.cpp
index 9219568..d57ffed 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)
 {


More information about the Spice-commits mailing list