Revert incompletely applied patch from #2192

This reverts commit 2e7656dbdf.
This commit is contained in:
Andrey Kamaev
2012-12-03 09:54:22 +04:00
parent 476efd7d37
commit 00fbf58902
7 changed files with 1 additions and 52 deletions

View File

@@ -115,7 +115,6 @@ CvCapture * cvCreateCameraCapture_V4L( int index );
CvCapture * cvCreateCameraCapture_DC1394( int index );
CvCapture * cvCreateCameraCapture_DC1394_2( int index );
CvCapture* cvCreateCameraCapture_MIL( int index );
CvCapture* cvCreateCameraCapture_Giganetix( int index );
CvCapture * cvCreateCameraCapture_CMU( int index );
CV_IMPL CvCapture * cvCreateCameraCapture_TYZX( int index );
CvCapture* cvCreateFileCapture_Win32( const char* filename );