From: Jeremy Kerr Date: Thu, 21 Aug 2008 09:20:45 +0000 (+0800) Subject: Remove unused and incomplete bundle.set_patches view X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;ds=sidebyside;h=8e8be3bcc0db37a92e12fe3ee2a3351c7a6bbcd9;p=patchwork 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 be6a937..65ca583 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) -