summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-07-19 13:11:51 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-07-19 13:11:51 +0200
commit8339eb029f68840de30dfc6772848784781ff2f5 (patch)
tree0a33955523433a8b3bdc8c05a0e7537c18479065
parent82b32622408090dd1c3716b58e292ec706e4fc57 (diff)
cleanup flow
-rw-r--r--opentrack/camera-names.hpp2
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