From 187a4230e511e8f13bdf635307db5251405cc7f5 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 8 Apr 2010 17:48:40 +0200 Subject: Remove leftover AutoVStreamInit class --- client/display_channel.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'client/display_channel.cpp') 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) { -- cgit