Remove an unused code

This commit is contained in:
Shin Yamamoto
2019-05-04 16:03:19 +09:00
parent d25bc58249
commit 39dfdd0ef0
@@ -174,10 +174,6 @@ class SampleListViewController: UIViewController {
}
}
@objc func dismissDetailPanelVC() {
detailPanelVC.removePanelFromParent(animated: true, completion: nil)
}
@objc func handleBackdrop(tapGesture: UITapGestureRecognizer) {
switch tapGesture.view {
case mainPanelVC.backdropView: