mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-14 08:53:38 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user