aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
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
}