From 86b8a8dc3717cfd82e55cfb0abb1ca803e6c7f9b Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 16 Nov 2011 03:52:09 +0000 Subject: [PATCH] oops, build issue --- panda/src/vision/webcamVideoDS.cxx | 2 -- 1 file changed, 2 deletions(-) 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;