Skip to content

Commit

Permalink
IAuthZone: remove setAuthorizationFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
anukul committed Nov 9, 2023
1 parent dc61c01 commit 1f57d68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/zone/extensions/IAuthZone.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,5 @@ interface IAuthZone {
RangeFilter nonce;
}

function setAuthorizationFilter(address actor, AuthFilter calldata filter) external;

function authorizationFilter(address actor) external view returns (AuthFilter memory);
}

0 comments on commit 1f57d68

Please sign in to comment.