From c522b9c9ed2dd0f658f7be99789082874f8fc8c8 Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Thu, 6 Apr 2023 02:23:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=81=20Cleanup:=20Remove=20Unused=20Pro?= =?UTF-8?q?perty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Remove unused property `RNIModalViewController.boundsDidChangeBlock`. --- .../React Native/RNIModalView/RNIModalViewController.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/ios/src_library/React Native/RNIModalView/RNIModalViewController.swift b/ios/src_library/React Native/RNIModalView/RNIModalViewController.swift index f8ccb771..34049f85 100644 --- a/ios/src_library/React Native/RNIModalView/RNIModalViewController.swift +++ b/ios/src_library/React Native/RNIModalView/RNIModalViewController.swift @@ -14,7 +14,6 @@ class RNIModalViewController: UIViewController { // ------------------ var prevBounds: CGRect?; - var boundsDidChangeBlock: ((CGRect) -> Void)?; weak var modalViewRef: RNIModalView?;