From 4e8f69a18cb3056639f5e2e7625b984dcacbce2c Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Wed, 19 Aug 2015 14:54:08 +0930 Subject: [PATCH] Remove old code --- js/forum/src/ForumApp.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/js/forum/src/ForumApp.js b/js/forum/src/ForumApp.js index 4de2b40a5..9e7edd397 100644 --- a/js/forum/src/ForumApp.js +++ b/js/forum/src/ForumApp.js @@ -45,13 +45,6 @@ export default class ForumApp extends App { */ this.postComponents = {}; - /** - * A map of activity types to their components. - * - * @type {Object} - */ - this.activityComponents = {}; - /** * A map of notification types to their components. *