diff --git a/gui/app.js b/gui/app.js index cbea6de2f..b28b6d0a6 100644 --- a/gui/app.js +++ b/gui/app.js @@ -1064,18 +1064,6 @@ syncthing.filter('basename', function () { }; }); -syncthing.directive('optionEditor', function () { - return { - restrict: 'C', - replace: true, - transclude: true, - scope: { - setting: '=setting', - }, - template: '', - }; -}); - syncthing.directive('uniqueRepo', function() { return { require: 'ngModel',