From c0dce398d2d39e81d32db4ff09731871bc5b6075 Mon Sep 17 00:00:00 2001 From: rahul varna Date: Thu, 20 Jun 2013 15:50:16 +0530 Subject: [PATCH] Duplicate starting of timer removed:N_SE-42016 Signed-off-by: rahul varna --- project/src/Codec/AudioEncoderForm.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/project/src/Codec/AudioEncoderForm.cpp b/project/src/Codec/AudioEncoderForm.cpp index 2b922ac..d50b2e3 100644 --- a/project/src/Codec/AudioEncoderForm.cpp +++ b/project/src/Codec/AudioEncoderForm.cpp @@ -1217,7 +1217,6 @@ AudioEncoderForm::OnUserEventReceivedN(RequestId requestId, Tizen::Base::Collect ShowError(r, METHOD_FILE_LINENO); return; } - __updateTimer.Start(ENCODE_UPDATE_TIMEOUT); } break; @@ -1232,7 +1231,6 @@ AudioEncoderForm::OnUserEventReceivedN(RequestId requestId, Tizen::Base::Collect ShowError(r, METHOD_FILE_LINENO); return; } - __updateTimer.Start(DECODE_UPDATE_TIMEOUT); } break; -- 2.7.4