get_old_messages: Drop old streams parameter from lurk mode.

Its functionality is now subsumed in what happens if you specify a
stream narrow.

(imported from commit 01fbd1de6ac20a35314511cd065ca36be766c2a1)
This commit is contained in:
Tim Abbott 2013-04-10 17:45:51 -04:00
parent 82da2bec10
commit 6f22fb706d
1 changed files with 0 additions and 1 deletions

View File

@ -642,7 +642,6 @@ def get_old_messages_backend(request, user_profile,
num_before = REQ(converter=to_non_negative_int),
num_after = REQ(converter=to_non_negative_int),
narrow = REQ('narrow', converter=narrow_parameter, default=None),
stream = REQ(default=None),
apply_markdown=True):
include_history = False
if narrow is not None: