diff options
Diffstat (limited to 'app/Template/board/swimlane.php')
-rw-r--r-- | app/Template/board/swimlane.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Template/board/swimlane.php b/app/Template/board/swimlane.php index 201ee2fc..b86fc446 100644 --- a/app/Template/board/swimlane.php +++ b/app/Template/board/swimlane.php @@ -74,8 +74,6 @@ <?= $this->render($not_editable ? 'board/task_public' : 'board/task_private', array( 'project' => $project, 'task' => $task, - 'categories_listing' => $categories_listing, - 'categories_description' => $categories_description, 'board_highlight_period' => $board_highlight_period, 'not_editable' => $not_editable, )) ?> |