From d6ad100ed551b435b22c69a3a9c7cc38e1ecf1c1 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Tue, 25 Mar 2014 14:50:08 -0400 Subject: [PATCH] not used anymore --- public/src/forum/topic.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/src/forum/topic.js b/public/src/forum/topic.js index 8931c0fef2..77e585224a 100644 --- a/public/src/forum/topic.js +++ b/public/src/forum/topic.js @@ -30,7 +30,6 @@ define(['forum/pagination', 'forum/topic/threadTools', 'forum/topic/postTools'], deleted: templates.get('deleted'), pinned: templates.get('pinned') }, - topic_name = templates.get('topic_name'), currentPage = parseInt(templates.get('currentPage'), 10), pageCount = parseInt(templates.get('pageCount'), 10);