mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
gui/filebrowser.cpp: cleanup, simplify footer
This commit is contained in:
@@ -54,7 +54,6 @@
|
||||
#include <vector>
|
||||
|
||||
#define ENABLE_INTERNETRADIO
|
||||
#define VLC_URI "vlc://"
|
||||
|
||||
bool chooserDir(std::string &setting_dir, bool test_dir, const char *action_str, bool allow_tmp = false);
|
||||
bool chooserDir(char *setting_dir, bool test_dir, const char *action_str, size_t str_leng, bool allow_tmp = false);
|
||||
@@ -152,9 +151,6 @@ class CFileBrowser
|
||||
|
||||
CFileList selected_filelist;
|
||||
bool readDir(const std::string & dirname, CFileList* flist);
|
||||
#ifdef ENABLE_MOVIEPLAYER_VLC
|
||||
bool readDir_vlc(const std::string & dirname, CFileList* flist);
|
||||
#endif
|
||||
bool readDir_std(const std::string & dirname, CFileList* flist);
|
||||
#ifdef ENABLE_INTERNETRADIO
|
||||
bool readDir_sc(const std::string & dirname, CFileList* flist);
|
||||
@@ -188,7 +184,7 @@ class CFileBrowser
|
||||
void paintItem(unsigned pos);
|
||||
void paint();
|
||||
void paintHead();
|
||||
void paintFoot();
|
||||
int paintFoot(bool show = true);
|
||||
void paintSMSKey();
|
||||
void recursiveDelete(const char* file);
|
||||
|
||||
@@ -201,7 +197,6 @@ class CFileBrowser
|
||||
|
||||
typedef enum {
|
||||
ModeFile,
|
||||
ModeVLC,
|
||||
ModeSC
|
||||
} tFileBrowserMode;
|
||||
|
||||
|
Reference in New Issue
Block a user