Skip to content

Commit

Permalink
feat:
Browse files Browse the repository at this point in the history
 delete unused code in IVoter.sol;
  • Loading branch information
ludete committed Jul 17, 2024
1 parent d52877a commit 2ac257e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions contracts/interfaces/IVoter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,6 @@ interface IVoter {
/// @param _gauges Array of gauges to distribute to.
function distribute(address[] memory _gauges) external;

/// @dev Deposit gauge of pool by users.
/// @param _pool lp of the deposit
/// @param _amount of the lp
function depositLP(address _pool, uint256 _amount) external;

/// @dev Deposit gauge of pool by users.
/// @param _pool lp of the deposit
/// @param _amount of the lp
function withdrawLP(address _pool, uint256 _amount) external;

/// @notice Called by users to update voting balances in voting rewards contracts.
function poke() external;

Expand Down

0 comments on commit 2ac257e

Please sign in to comment.