diff --git a/Examples/Samples/Sources/ViewController.swift b/Examples/Samples/Sources/ViewController.swift index d254620..2154bc5 100644 --- a/Examples/Samples/Sources/ViewController.swift +++ b/Examples/Samples/Sources/ViewController.swift @@ -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: