mirror of
https://github.com/lens-protocol/core.git
synced 2026-04-22 03:02:03 -04:00
misc: Remove unused _followTokenExists function
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
This commit is contained in:
@@ -436,10 +436,6 @@ contract FollowNFT is HubRestricted, LensBaseERC721, ERC2981CollectionRoyalties,
|
||||
return _exists(followTokenId);
|
||||
}
|
||||
|
||||
function _followTokenExists(uint256 followTokenId) internal view returns (bool) {
|
||||
return _followDataByFollowTokenId[followTokenId].followerProfileId != 0 || _isFollowTokenWrapped(followTokenId);
|
||||
}
|
||||
|
||||
function _getRoyaltiesInBasisPointsSlot() internal pure override returns (uint256) {
|
||||
uint256 slot;
|
||||
assembly {
|
||||
|
||||
Reference in New Issue
Block a user