diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-19 13:11:51 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-19 13:11:51 +0200 |
commit | 8339eb029f68840de30dfc6772848784781ff2f5 (patch) | |
tree | 0a33955523433a8b3bdc8c05a0e7537c18479065 /opentrack/camera-names.hpp | |
parent | 82b32622408090dd1c3716b58e292ec706e4fc57 (diff) |
cleanup flow
Diffstat (limited to 'opentrack/camera-names.hpp')
-rw-r--r-- | opentrack/camera-names.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/opentrack/camera-names.hpp b/opentrack/camera-names.hpp index 6e5bc8e7..ee6d8ceb 100644 --- a/opentrack/camera-names.hpp +++ b/opentrack/camera-names.hpp @@ -97,8 +97,6 @@ QList<QString> get_camera_names() { } ret[ret.size()-1] = video_cap.name; close(fd); - } else { - continue; } } #endif |