[fix] unused var removed

This commit is contained in:
asciimoo 2014-01-29 23:57:50 +01:00
parent 1b05265bf9
commit 63714c1759
1 changed files with 0 additions and 2 deletions

View File

@ -174,7 +174,6 @@ def index():
results, suggestions = search(query, request, selected_engines, pageno)
featured_results = []
for result in results:
if not paging and engines[result['engine']].paging:
paging = True
@ -229,7 +228,6 @@ def index():
selected_categories=selected_categories,
paging=paging,
pageno=pageno,
featured_results=featured_results,
suggestions=suggestions
)