mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- moviebrowser: remove obsolete strReplace() function
This commit is contained in:
@@ -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
|
||||
|
@@ -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