diff --git a/panda/src/vision/webcamVideoDS.cxx b/panda/src/vision/webcamVideoDS.cxx index e393863d0a..95185d52f9 100644 --- a/panda/src/vision/webcamVideoDS.cxx +++ b/panda/src/vision/webcamVideoDS.cxx @@ -589,8 +589,6 @@ WebcamVideoCursorDS(WebcamVideoDS *src) : _can_seek = false; _can_seek_fast = false; _aborted = false; - _last_start = -1.0; - _next_start = 0.0; _streaming = true; _buffer = new unsigned char[_size_x * _size_y * 3]; _ready = false;