moviebrowser: remove obsolete strReplace() function

Origin commit data
------------------
Branch: ni/coolstream
Commit: a57ef57714
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-11 (Fri, 11 Nov 2016)

Origin message was:
------------------
- moviebrowser: remove obsolete strReplace() function

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-11-11 08:51:35 +01:00
parent cd019ed4c1
commit 3223119408
2 changed files with 0 additions and 3 deletions

View File

@@ -43,8 +43,6 @@
#include "mb_types.h"
#include <system/helpers.h>
void strReplace(std::string& orig, const char* fstr, const std::string &rstr);
static std::string rateFormat(int i)
{
return to_string(i/10) + "," + to_string(i%10);