From: Jeremy Kerr Date: Thu, 21 Aug 2008 09:20:45 +0000 (+0800) Subject: Remove unused and incomplete bundle.set_patches view X-Git-Tag: v0.9.0~386 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e8be3bcc0db37a92e12fe3ee2a3351c7a6bbcd9;p=thirdparty%2Fpatchwork.git Remove unused and incomplete bundle.set_patches view Signed-off-by: Jeremy Kerr --- diff --git a/apps/patchwork/views/bundle.py b/apps/patchwork/views/bundle.py index be6a937f..65ca583e 100644 --- a/apps/patchwork/views/bundle.py +++ b/apps/patchwork/views/bundle.py @@ -151,8 +151,3 @@ def public(request, username, bundlename): context.update({'bundle': bundle, 'user': user}); return render_to_response('patchwork/bundle-public.html', context) - -@login_required -def set_patches(request): - context = PatchworkRequestContext(request) -