From 39924843234bb802e92e1f33d4ba0d13ef2bd095 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 19 Feb 2018 11:00:58 +0100 Subject: [PATCH] Remove unused var in OC.Notification.showTemporary Signed-off-by: Christoph Wurst --- core/js/js.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/js/js.js b/core/js/js.js index 872761c02b..9b8829de25 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1237,7 +1237,6 @@ OC.Notification={ * @param {string} [options.type] notification type */ showTemporary: function(text, options) { - var self = this; var defaults = { isHTML: false, timeout: 7