From 9262487a77a71fd270a3e3a42c4b9fff16ff03f2 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 1 Sep 2016 10:10:16 -0400 Subject: [PATCH] deprecate wasRecording --- src/zm_ffmpeg_camera.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/zm_ffmpeg_camera.cpp b/src/zm_ffmpeg_camera.cpp index 008a762b1..e89da2377 100644 --- a/src/zm_ffmpeg_camera.cpp +++ b/src/zm_ffmpeg_camera.cpp @@ -60,7 +60,6 @@ FfmpegCamera::FfmpegCamera( int p_id, const std::string &p_path, const std::stri mCanCapture = false; mOpenStart = 0; mReopenThread = 0; - wasRecording = false; videoStore = NULL; #if HAVE_LIBSWSCALE