mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
Removed stray block.
This commit is contained in:
parent
c6d01e0acc
commit
baca4353a8
1 changed files with 0 additions and 4 deletions
|
@ -430,10 +430,6 @@ void FrameGrabber::grabFrame() {
|
|||
#endif
|
||||
|
||||
if (frame.empty()) {
|
||||
if (_capture == 0) {
|
||||
// reinitialize
|
||||
|
||||
}
|
||||
IplImage* image = cvQueryFrame(_capture);
|
||||
if (image == 0) {
|
||||
// try again later
|
||||
|
|
Loading…
Reference in a new issue