shithub: hell

Download patch

ref: bfe166425979c103dae1ee0b5c065a1d4d531f57
parent: febf9fc93c07abb265a71dd9db53aa1bedc983bb
author: penny <penny@limitedideas.org>
date: Mon Oct 6 09:49:28 EDT 2025

more dead code gone!

--- a/references.go
+++ b/references.go
@@ -47,12 +47,6 @@
 	return plaintext
 }
 
-func printAndIncrementDetailed(ref *postref, post *mastodon.Status, format func(*mastodon.Status, string) string) {
-	fmt.Println(format(post, ref.ref))
-	IncrementRef(ref, post)
-	ref.ref = IncrementString(ref.ref)
-}
-
 // Saves a status when given a postref struct
 func IncrementRef(ref *postref, status *mastodon.Status) {
 	saveCustomStatusRef(ref.postmap, status, ref.ref, ref.prefix)
--