BACKENDS: NETWORKING: Remove unused toUtf8 helper

- All conversions are handled by Common:: helpers.
This commit is contained in:
aryanrawlani28 2020-08-20 01:04:13 +05:30 committed by Eugene Sandulenko
parent 8c5611c3ca
commit c87d0d6834
2 changed files with 0 additions and 17 deletions

View file

@ -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 = "");
};