BACKENDS: NETWORKING: Remove unused toUtf8 helper
- All conversions are handled by Common:: helpers.
This commit is contained in:
parent
8c5611c3ca
commit
c87d0d6834
2 changed files with 0 additions and 17 deletions
|
@ -41,8 +41,6 @@ public:
|
|||
static bool hasPermittedPrefix(const Common::String &path);
|
||||
static bool permittedPath(const Common::String path);
|
||||
|
||||
static Common::String toUtf8(const char *);
|
||||
|
||||
static void setMessageHandler(Client &client, Common::String message, Common::String redirectTo = "");
|
||||
static void setFilesManagerErrorMessageHandler(Client &client, Common::String message, Common::String redirectTo = "");
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue