aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
authorKushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com>2021-10-30 00:28:51 -0300
committerFChannel <>2022-06-19 12:53:29 -0700
commit8040825daac4a5ba24e947c4c657d169d7763543 (patch)
tree667058707ab1c2b2af5dc01decda25cc7709f9df /client.go
parentf76b8093b9ca69c7d4eca747d8c5d702d492e1fb (diff)
restructuring, part 3 of many
Diffstat (limited to 'client.go')
-rw-r--r--client.go5
1 files changed, 0 insertions, 5 deletions
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
}