From 51dee38f952f0ea6a4c7e6e189ca9670a6e61247 Mon Sep 17 00:00:00 2001 From: Jordan Bates Date: Wed, 15 May 2013 03:41:57 -0700 Subject: [PATCH] Redundancy --- builds/4chan-X.js | 1 - builds/4chan-X.user.js | 1 - builds/crx/script.js | 1 - src/Posting/QuickReply.coffee | 3 --- 4 files changed, 6 deletions(-) diff --git a/builds/4chan-X.js b/builds/4chan-X.js index cbd22dcad..f7596fadd 100644 --- a/builds/4chan-X.js +++ b/builds/4chan-X.js @@ -4807,7 +4807,6 @@ return alert(el.textContent); } }, - clearError: function() {}, notifications: [], cleanNotifications: function() { var notification, _i, _len, _ref; diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 4e840ada2..7fa996a56 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -4791,7 +4791,6 @@ return alert(el.textContent); } }, - clearError: function() {}, notifications: [], cleanNotifications: function() { var notification, _i, _len, _ref; diff --git a/builds/crx/script.js b/builds/crx/script.js index b627862de..731cde445 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -4794,7 +4794,6 @@ return alert(el.textContent); } }, - clearError: function() {}, notifications: [], cleanNotifications: function() { var notification, _i, _len, _ref; diff --git a/src/Posting/QuickReply.coffee b/src/Posting/QuickReply.coffee index 48da591ac..55d43d5da 100644 --- a/src/Posting/QuickReply.coffee +++ b/src/Posting/QuickReply.coffee @@ -137,9 +137,6 @@ QR = else QR.notifications.push new Notification 'warning', el alert el.textContent if d.hidden - - clearError: -> - notifications: [] cleanNotifications: ->