summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/patchwork/views/bundle.py5
1 files changed, 0 insertions, 5 deletions
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)
-