mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-14 03:35:52 +00:00
Remove leftover AutoVStreamInit class
This commit is contained in:
parent
de4306af33
commit
187a4230e5
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user