remove some crap that I pushed

pull/327/merge
Isaac Connor 2014-08-21 11:52:35 -04:00
parent 6564c4359b
commit 5a7c989ccd
1 changed files with 0 additions and 2 deletions

View File

@ -297,9 +297,7 @@ LocalCamera::LocalCamera( int p_id, const std::string &p_device, int p_channel,
device_prime = (camera_count++ == 0);
v4l_version = (p_method=="v4l2"?2:1);
v4l_multi_buffer = p_v4l_multi_buffer;
if ( v4l_multi_buffer == '' ) v4l_multi_buffer = config.v4l_multi_buffer;
v4l_captures_per_frame = p_v4l_captures_per_frame;
if ( v4l_captures_per_frame = '' ) v4l_captures_per_frame = config.captures_per_frame;
if ( capture )
{