diff options
Diffstat (limited to 'src/player/Control.cxx')
-rw-r--r-- | src/player/Control.cxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/player/Control.cxx b/src/player/Control.cxx index 830dd146d..290f61af8 100644 --- a/src/player/Control.cxx +++ b/src/player/Control.cxx @@ -185,12 +185,7 @@ void PlayerControl::LockClearError() { Lock(); - - if (error_type != PlayerError::NONE) { - error_type = PlayerError::NONE; - error.Clear(); - } - + ClearError(); Unlock(); } |