Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Hsu <kennethhsu@gmail.com>2019-06-02 19:41:26 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2019-06-02 19:41:26 +0300
commit669a212c46184a4c5ce8be393d32e415acdb0bc9 (patch)
tree3e2cc749ff49ec621ea27965451442aa6eb7e1e4 /Duplicati/Library
parentb04a701685f560f74a03ee1943ed19fde53a8b60 (diff)
Remove unused method.
Diffstat (limited to 'Duplicati/Library')
-rw-r--r--Duplicati/Library/Backend/HubiC/Strings.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Duplicati/Library/Backend/HubiC/Strings.cs b/Duplicati/Library/Backend/HubiC/Strings.cs
index 1384b93d0..efd99afe9 100644
--- a/Duplicati/Library/Backend/HubiC/Strings.cs
+++ b/Duplicati/Library/Backend/HubiC/Strings.cs
@@ -20,10 +20,8 @@ namespace Duplicati.Library.Backend.Strings
internal static class HubiC {
public static string Description { get { return LC.L(@"This backend can read and write data to HubiC. Supported format is ""hubic://container/folder""."); } }
public static string DisplayName { get { return LC.L(@"HubiC"); } }
- public static string MissingAuthID(string url) { return LC.L(@"You need an AuthID, you can get it from: {0}", url); }
public static string AuthidShort { get { return LC.L(@"The authorization code"); } }
public static string AuthidLong(string url) { return LC.L(@"The authorization token retrieved from {0}", url); }
-
}
}