diff options
Diffstat (limited to 'app/Template/board/show.php')
-rw-r--r-- | app/Template/board/show.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Template/board/show.php b/app/Template/board/show.php index 3b10d82c..c0aa5d36 100644 --- a/app/Template/board/show.php +++ b/app/Template/board/show.php @@ -21,8 +21,6 @@ 'project' => $project, 'swimlane' => $swimlane, 'board_highlight_period' => $board_highlight_period, - 'categories_listing' => $categories_listing, - 'categories_description' => $categories_description, 'hide_swimlane' => count($swimlanes) === 1, 'not_editable' => isset($not_editable), )) ?> |