summaryrefslogtreecommitdiffstats
path: root/js/app/controllers/controllers.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/controllers/controllers.coffee')
-rw-r--r--js/app/controllers/controllers.coffee8
1 files changed, 0 insertions, 8 deletions
diff --git a/js/app/controllers/controllers.coffee b/js/app/controllers/controllers.coffee
index 02d5f5e6c..8a73549cf 100644
--- a/js/app/controllers/controllers.coffee
+++ b/js/app/controllers/controllers.coffee
@@ -20,14 +20,6 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
###
-angular.module('News').controller 'SettingsController',
-['$scope', '_SettingsController',
-($scope, _SettingsController)->
-
- return new _SettingsController($scope)
-]
-
-
angular.module('News').controller 'FeedController',
['$scope', '_FeedController', 'Persistence', 'FolderBl', 'FeedBl',
'SubscriptionsBl', 'StarredBl', 'unreadCountFormatter',