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: ->