summaryrefslogtreecommitdiffstats
path: root/coffee/controllers/addnewcontroller.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'coffee/controllers/addnewcontroller.coffee')
-rw-r--r--coffee/controllers/addnewcontroller.coffee20
1 files changed, 0 insertions, 20 deletions
diff --git a/coffee/controllers/addnewcontroller.coffee b/coffee/controllers/addnewcontroller.coffee
deleted file mode 100644
index 27fd071b7..000000000
--- a/coffee/controllers/addnewcontroller.coffee
+++ /dev/null
@@ -1,20 +0,0 @@
-###
-# ownCloud news app
-#
-# @author Alessandro Cosentino
-# @author Bernhard Posselt
-# Copyright (c) 2012 - Alessandro Cosentino <cosenal@gmail.com>
-# Copyright (c) 2012 - Bernhard Posselt <nukeawhale@gmail.com>
-#
-# This file is licensed under the Affero General Public License version 3 or
-# later.
-#
-# See the COPYING-README file
-#
-###
-angular.module('News').factory '_AddNewController',
-['Controller', (Controller) ->
-
- class AddNewController extends Controller
-
-] \ No newline at end of file