diff --git a/src/grants/interfaces/IGrantFundErrors.sol b/src/grants/interfaces/IGrantFundErrors.sol index d2d5f73..bf115fe 100644 --- a/src/grants/interfaces/IGrantFundErrors.sol +++ b/src/grants/interfaces/IGrantFundErrors.sol @@ -12,11 +12,6 @@ interface IGrantFundErrors { /*** Errors ***/ /**************/ - /** - * @notice Voter has already voted on a proposal in the screening stage in a quarter. - */ - error AlreadyVoted(); - /** * @notice User attempted to start a new distribution or claim delegation rewards before the distribution period ended. */