From eabc4b6cacc4749db226af272e71fcff1556f433 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Sat, 7 Aug 2021 15:52:08 -0700 Subject: Prune unused code --- hotline/config.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'hotline/config.go') diff --git a/hotline/config.go b/hotline/config.go index e0c20cf..d2a8ac6 100644 --- a/hotline/config.go +++ b/hotline/config.go @@ -1,11 +1,5 @@ package hotline -const ( - defaultAgreement = "This is an agreement. Say you agree.\r" - defaultMessageBoard = "Welcome to Hotline\r" - defaultThreadedNews = "Categories:\n" -) - type Config struct { Name string `yaml:"Name"` // Name used for Tracker registration Description string `yaml:"Description"` // Description used for Tracker registration -- cgit