libeplayer3: minor optimization

Origin commit data
------------------
Branch: master
Commit: 51b2ace4e4
Author: martii <m4rtii@gmx.de>
Date: 2014-04-13 (Sun, 13 Apr 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-04-13 19:29:07 +02:00
parent 420432d21a
commit d1d8507126

View File

@@ -88,8 +88,6 @@ bool Player::Open(const char *Url, bool _noprobe)
bool Player::Close()
{
bool ret = true;
isPaused = false;
isPlaying = false;
isForwarding = false;
@@ -98,7 +96,7 @@ bool Player::Close()
Speed = 0;
url.clear();
return ret;
return true;
}
bool Player::Play()