Fix bug in VideoView::SetMuted() 55/76955/1
authortaeyoon <taeyoon0.lee@samsung.com>
Tue, 28 Jun 2016 06:22:01 +0000 (15:22 +0900)
committertaeyoon <taeyoon0.lee@samsung.com>
Tue, 28 Jun 2016 06:23:18 +0000 (15:23 +0900)
 - Remove code duplication

Change-Id: I4e2d0d32d10c286195537e8a82f53f8e67d19720

plugins/video-player/tizen-video-player.cpp

index 5429867..b5a67f8 100644 (file)
@@ -406,7 +406,6 @@ bool TizenVideoPlayer::IsMuted()
       mPlayerState == PLAYER_STATE_PAUSED
     )
   {
-    bool muted = false;
     int error = player_is_muted( mPlayer, &muted );
     LogPlayerError( error );
   }