Skip to content

Commit

Permalink
remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
WreckedAvent committed Dec 14, 2014
1 parent a52edde commit aca6901
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion slimCat/ViewModels/Channel Bar/ManageListsViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ private IEnumerable<ICharacter> GetList(ICharacterManager manager, ListKind list
{
return
manager.GetCharacters(listKind, onlineOnly)
.Where(x => !onlineOnly || x.Status != StatusType.Offline)
.Where(MeetsFilter)
.OrderBy(x => x.Name);
}
Expand Down

0 comments on commit aca6901

Please sign in to comment.