Update comment and remove useless code

This commit is contained in:
giomfo
2015-01-09 12:10:34 +01:00
parent 75f91820aa
commit 6be8a5c196
3 changed files with 6 additions and 13 deletions
@@ -1428,7 +1428,6 @@ NSString *const kCmdResetUserPowerLevel = @"/deop";
// Adjust Attachment width constant
cell.attachViewWidthConstraint.constant = contentSize.width;
} else {
[cell.attachmentView setImageURL:nil withPreviewImage:nil]; // Cancel potential attachment loading
cell.attachmentView.hidden = YES;
cell.playIconView.hidden = YES;
cell.messageTextView.hidden = NO;