Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
TangoCash
2018-08-31 20:46:34 +02:00
committed by Thilo Graf
parent 7011bdfd73
commit 4ca24a178b

View File

@@ -237,7 +237,6 @@ class CFileBrowser
int getMenuRet() { return menu_ret; } int getMenuRet() { return menu_ret; }
static bool checkBD(CFile &file); static bool checkBD(CFile &file);
// size_t CurlWriteToString(void *ptr, size_t size, size_t nmemb, void *data);
private: private:
tFileBrowserMode m_Mode; tFileBrowserMode m_Mode;
}; };