From 747b9434d3ef82f55d96185c5afa6d155642ba15 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 1 Jul 2015 20:55:21 -0400 Subject: Remove method Category::getBoardCategories() --- app/Template/board/index.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/Template/board/index.php') diff --git a/app/Template/board/index.php b/app/Template/board/index.php index f87e0077..6f6fddbe 100644 --- a/app/Template/board/index.php +++ b/app/Template/board/index.php @@ -9,8 +9,6 @@ render('board/show', array( 'project' => $project, 'swimlanes' => $swimlanes, - 'categories_listing' => $categories_listing, - 'categories_description' => $categories_description, 'board_private_refresh_interval' => $board_private_refresh_interval, 'board_highlight_period' => $board_highlight_period, )) ?> -- cgit v1.2.3