Browse Source

fix, part 2

rdb 14 years ago
parent
commit
23e0cb922a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/vision/webcamVideoV4L.cxx

+ 0 - 1
panda/src/vision/webcamVideoV4L.cxx

@@ -32,7 +32,6 @@ TypeHandle WebcamVideoV4L::_type_handle;
 //               the global list _all_webcams.
 ////////////////////////////////////////////////////////////////////
 void find_all_webcams_v4l() {
-  struct video_capability cap;
   struct v4l2_capability cap2;
 
   vector_string devs;