Skip to content

Commit c4cd690

Browse files
fix warn unused variable (#3219)
1 parent db313ec commit c4cd690

File tree

1 file changed

+0
-1
lines changed
  • demos/interactive_face_detection_demo/cpp_gapi

1 file changed

+0
-1
lines changed

demos/interactive_face_detection_demo/cpp_gapi/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ int main(int argc, char *argv[]) {
431431
if (!tmp.data) {
432432
throw std::runtime_error("Couldn't grab first frame");
433433
}
434-
cv::Size frame_size = cv::Size{tmp.cols, tmp.rows};
435434
cap = openImagesCapture(FLAGS_i, FLAGS_loop, 0, FLAGS_limit);
436435
/** ---------------- The execution part ---------------- **/
437436
stream.setSource<custom::CommonCapSrc>(cap);

0 commit comments

Comments
 (0)