dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit ac1f806def37a66c67d8814874643748b6fc10e0
parent 844fab776feafa7368027487c7748807b8ce6295
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Fri,  8 Dec 2023 04:08:17 -0500

cleanup

Diffstat:
Mpkg/web/handlers/poker/poker.go | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go @@ -272,10 +272,6 @@ func (g *PokerGame) incrDealerIdx() { g.underTheGunIdx = (int(dealerIdx) + 3) % nbPlayers } -func rotateIdx[T any](players []T) int { - return 0 -} - func (g *PokerGame) SitPlayer(authUser *database.User, pos int) error { g.PlayersMtx.Lock() defer g.PlayersMtx.Unlock()