diff --git a/app/assets/javascripts/discourse/views/notifications_view.js b/app/assets/javascripts/discourse/views/notifications_view.js deleted file mode 100644 index f1e9501def8..00000000000 --- a/app/assets/javascripts/discourse/views/notifications_view.js +++ /dev/null @@ -1,14 +0,0 @@ -/** - This view handles rendering of a user's notifications - - @class NotificationsView - @extends Discourse.View - @namespace Discourse - @module Discourse -**/ -Discourse.NotificationsView = Discourse.View.extend({ - classNameBindings: ['content.read', ':notifications'], - templateName: 'notifications' -}); - -