From: Alexander Ebert Date: Sat, 17 Jan 2015 13:16:24 +0000 (+0100) Subject: Removed unused variable X-Git-Tag: 2.1.0_Beta_4~80 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8b6783aed13be1bfc6d911885926ae54cb978231;p=GitHub%2FWoltLab%2FWCF.git Removed unused variable --- diff --git a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js index c8737b9d77..a470d4cfa5 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js +++ b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js @@ -17,8 +17,6 @@ if (!RedactorPlugins) var RedactorPlugins = {}; RedactorPlugins.wmonkeypatch = function() { "use strict"; - var $rangeBeforeRemoveMarker = null; - return { /** * Initializes the RedactorPlugins.wmonkeypatch plugin.