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-04-28 02:39:43 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2019-04-28 02:39:43 +0300
commit9ab8058354d43565818bf2dc7789cf5ced6b6c95 (patch)
tree2e021290d1349fcb34c62995560ef18c47fcebf6 /Duplicati/GUI
parent3dd4132af1ed863a1529a4762a1f36925f02f509 (diff)
Remove unused DismissNotification method.
Diffstat (limited to 'Duplicati/GUI')
-rw-r--r--Duplicati/GUI/Duplicati.GUI.TrayIcon/HttpServerConnection.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/Duplicati/GUI/Duplicati.GUI.TrayIcon/HttpServerConnection.cs b/Duplicati/GUI/Duplicati.GUI.TrayIcon/HttpServerConnection.cs
index 2ebee62d4..1ae044b67 100644
--- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/HttpServerConnection.cs
+++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/HttpServerConnection.cs
@@ -491,12 +491,6 @@ namespace Duplicati.GUI.TrayIcon
ExecuteAndNotify("POST", "/serverstate/resume", req);
}
- public void DismissNotification(long id)
- {
- var req = new Dictionary<string, string>();
- ExecuteAndNotify("DELETE", string.Format("/notification/{0}", Library.Utility.Uri.UrlPathEncode(id.ToString())), req);
- }
-
public void Dispose()
{
Close();