mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
moviebrowser: remove obsolete strReplace() function
Origin commit data
------------------
Commit: a57ef57714
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-11 (Fri, 11 Nov 2016)
Origin message was:
------------------
- moviebrowser: remove obsolete strReplace() function
This commit is contained in:
@@ -65,7 +65,6 @@
|
|||||||
/* percent */
|
/* percent */
|
||||||
#define MIN_BROWSER_FRAME_HEIGHT 10
|
#define MIN_BROWSER_FRAME_HEIGHT 10
|
||||||
#define MAX_BROWSER_FRAME_HEIGHT 80
|
#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_ROWS LF_MAX_ROWS
|
||||||
#define MB_MAX_DIRS NETWORK_NFS_NR_OF_ENTRIES
|
#define MB_MAX_DIRS NETWORK_NFS_NR_OF_ENTRIES
|
||||||
|
@@ -43,8 +43,6 @@
|
|||||||
#include "mb_types.h"
|
#include "mb_types.h"
|
||||||
#include <system/helpers.h>
|
#include <system/helpers.h>
|
||||||
|
|
||||||
void strReplace(std::string& orig, const char* fstr, const std::string &rstr);
|
|
||||||
|
|
||||||
static std::string rateFormat(int i)
|
static std::string rateFormat(int i)
|
||||||
{
|
{
|
||||||
return to_string(i/10) + "," + to_string(i%10);
|
return to_string(i/10) + "," + to_string(i%10);
|
||||||
|
Reference in New Issue
Block a user