Remove leftover AutoVStreamInit class

This commit is contained in:
Alexander Larsson 2010-04-08 17:48:40 +02:00
parent de4306af33
commit 187a4230e5

View File

@ -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)
{