Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

Commit

Permalink
Remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
cardoso committed Sep 8, 2017
1 parent 3cd75ec commit ce9b546
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rocket.Chat/Controllers/Chat/ChatViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ final class ChatViewController: SLKTextViewController {
}

@IBOutlet weak var buttonScrollToBottom: UIButton!
var buttonScrollToBottomMarginConstraint: NSLayoutConstraint?
var buttonScrollToBottomMarVginConstraint: NSLayoutConstraint?

weak var chatTitleView: ChatTitleView?
weak var chatPreviewModeView: ChatPreviewModeView?
weak var chatHeaderViewStatus: ChatHeaderViewStatus?
var mediaFocusViewController = ImageViewerController(configuration: nil)
var documentController: UIDocumentInteractionController?

var dataController = ChatDataController()
Expand Down

0 comments on commit ce9b546

Please # to comment.