From af2831d7b6f4d0943654fc18591dfac1a5db8445 Mon Sep 17 00:00:00 2001 From: Pyfisch Date: Fri, 5 Sep 2014 12:40:45 +0200 Subject: [PATCH] Removed unused `clean` filter from app.js. --- gui/app.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gui/app.js b/gui/app.js index 427ab021d..cbea6de2f 100644 --- a/gui/app.js +++ b/gui/app.js @@ -1064,12 +1064,6 @@ syncthing.filter('basename', function () { }; }); -syncthing.filter('clean', function () { - return function (input) { - return encodeURIComponent(input).replace(/%/g, ''); - }; -}); - syncthing.directive('optionEditor', function () { return { restrict: 'C',