Removed unused variable
authorAlexander Ebert <ebert@woltlab.com>
Sat, 17 Jan 2015 13:16:24 +0000 (14:16 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 17 Jan 2015 13:16:24 +0000 (14:16 +0100)
wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js

index c8737b9d7787f925a72c9529f3c4a48e3fea0696..a470d4cfa5700acd13032238c83e7ee71cfc0c3a 100644 (file)
@@ -17,8 +17,6 @@ if (!RedactorPlugins) var RedactorPlugins = {};
 RedactorPlugins.wmonkeypatch = function() {
        "use strict";
        
-       var $rangeBeforeRemoveMarker = null;
-       
        return {
                /**
                 * Initializes the RedactorPlugins.wmonkeypatch plugin.