From: Stephen Finucane Date: Tue, 4 Sep 2018 19:15:37 +0000 (+0100) Subject: templatetags: Remove dead tag X-Git-Tag: v2.2.0-rc1~285 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fddbed7e81058ab31f0ae341ae6d9300e74465dd;p=thirdparty%2Fpatchwork.git templatetags: Remove dead tag Nothing appears to be using this so it can be removed. Signed-off-by: Stephen Finucane --- diff --git a/patchwork/templatetags/patch.py b/patchwork/templatetags/patch.py index 4350e092..30ccc8e2 100644 --- a/patchwork/templatetags/patch.py +++ b/patchwork/templatetags/patch.py @@ -57,11 +57,6 @@ def patch_checks(patch): ' '.join([str(counts[state]) for state in required]))) -@register.filter(name='state_class') -def state_class(state): - return '-'.join(state.split()) - - @register.filter @stringfilter def msgid(value):