From c3d3cad414f4ad78f2de515addcb41aed3bfdcd3 Mon Sep 17 00:00:00 2001
From: Sara Reynolds <30504811+snreynolds@users.noreply.github.com>
Date: Mon, 2 Dec 2024 15:21:16 +0000
Subject: [PATCH] remove stale transfer error (#404)

---
 .forge-snapshots/positionDescriptor bytecode size.snap | 2 +-
 src/interfaces/INotifier.sol                           | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.forge-snapshots/positionDescriptor bytecode size.snap b/.forge-snapshots/positionDescriptor bytecode size.snap
index 616fe551..4cdd5179 100644
--- a/.forge-snapshots/positionDescriptor bytecode size.snap	
+++ b/.forge-snapshots/positionDescriptor bytecode size.snap	
@@ -1 +1 @@
-24177
\ No newline at end of file
+24108
\ No newline at end of file
diff --git a/src/interfaces/INotifier.sol b/src/interfaces/INotifier.sol
index 13ded49f..a415e27b 100644
--- a/src/interfaces/INotifier.sol
+++ b/src/interfaces/INotifier.sol
@@ -17,8 +17,6 @@ interface INotifier {
     error ModifyLiquidityNotificationReverted(address subscriber, bytes reason);
     /// @notice Wraps the revert message of the subscriber contract on a reverting burn notification
     error BurnNotificationReverted(address subscriber, bytes reason);
-    /// @notice Wraps the revert message of the subscriber contract on a reverting transfer notification
-    error TransferNotificationReverted(address subscriber, bytes reason);
     /// @notice Thrown when a tokenId already has a subscriber
     error AlreadySubscribed(uint256 tokenId, address subscriber);