- moviebrowser: remove obsolete strReplace() function

This commit is contained in:
svenhoefer
2016-11-11 08:51:35 +01:00
parent e3306076de
commit a57ef57714
2 changed files with 0 additions and 3 deletions

View File

@@ -65,7 +65,6 @@
/* percent */
#define MIN_BROWSER_FRAME_HEIGHT 10
#define MAX_BROWSER_FRAME_HEIGHT 80
// void strReplace(std::string& orig, const char* fstr, const std::string &rstr);
#define MB_MAX_ROWS LF_MAX_ROWS
#define MB_MAX_DIRS NETWORK_NFS_NR_OF_ENTRIES

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);