From 36d03054bfefb461331f053465abec8f8624b970 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Wed, 19 Aug 2015 14:54:08 +0930 Subject: [PATCH] Remove old code --- framework/core/js/forum/src/ForumApp.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/framework/core/js/forum/src/ForumApp.js b/framework/core/js/forum/src/ForumApp.js index 4de2b40a5..9e7edd397 100644 --- a/framework/core/js/forum/src/ForumApp.js +++ b/framework/core/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. *