From e856ff62c351ccd2be560235faf9e2065ffeb784 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 4 Jul 2015 03:11:53 -0400 Subject: [PATCH] Remove unused variable from recent document list view context. --- mayan/apps/documents/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mayan/apps/documents/views.py b/mayan/apps/documents/views.py index 8b4eec2ce7..3c76c6cf7b 100644 --- a/mayan/apps/documents/views.py +++ b/mayan/apps/documents/views.py @@ -200,7 +200,6 @@ class EmptyTrashCanView(ConfirmView): class RecentDocumentListView(DocumentListView): extra_context = { 'hide_links': True, - 'recent_count': setting_recent_count.value, # TODO: used for something? 'title': _('Recent documents'), }