From 8040825daac4a5ba24e947c4c657d169d7763543 Mon Sep 17 00:00:00 2001 From: KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> Date: Sat, 30 Oct 2021 00:28:51 -0300 Subject: restructuring, part 3 of many --- client.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'client.go') diff --git a/client.go b/client.go index f5e56af..704700e 100644 --- a/client.go +++ b/client.go @@ -90,11 +90,6 @@ type Removed struct { Board string } -type PostBlacklist struct { - Id int - Regex string -} - func mod(i, j int) bool { return i%j == 0 } -- cgit v1.2.3