Skip to content

Commit

Permalink
🛁 Cleanup: Remove Unused Property
Browse files Browse the repository at this point in the history
Summary: Remove unused property `RNIModalViewController.boundsDidChangeBlock`.
  • Loading branch information
dominicstop committed Apr 5, 2023
1 parent 3ca20ec commit c522b9c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class RNIModalViewController: UIViewController {
// ------------------

var prevBounds: CGRect?;
var boundsDidChangeBlock: ((CGRect) -> Void)?;

weak var modalViewRef: RNIModalView?;

Expand Down

0 comments on commit c522b9c

Please sign in to comment.