summary refs log tree commit diff stats
path: root/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'types.go')
-rw-r--r--types.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/types.go b/types.go
index 597c423..e25e066 100644
--- a/types.go
+++ b/types.go
@@ -8,6 +8,5 @@ const htmlutf8 = "text/html; charset=utf8"
 type configuration struct {
 	port          int
 	logfile       string
-	twtxtfile     string
 	stdoutLogging bool
 }