aboutsummaryrefslogtreecommitdiff
path: root/hotline/field.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2021-08-07 15:52:08 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2021-08-07 15:52:08 -0700
commiteabc4b6cacc4749db226af272e71fcff1556f433 (patch)
treef4df3f243a3132bcfc8ed8fa967987ebd6f4f365 /hotline/field.go
parent9004987d8ec11b788f972e6764f875f2d873cfd6 (diff)
Prune unused code
Diffstat (limited to 'hotline/field.go')
-rw-r--r--hotline/field.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/field.go b/hotline/field.go
index b057be3..7955fe3 100644
--- a/hotline/field.go
+++ b/hotline/field.go
@@ -16,7 +16,7 @@ const fieldRefNum = 107
const fieldTransferSize = 108
const fieldChatOptions = 109
const fieldUserAccess = 110
-const fieldUserAlias = 111
+//const fieldUserAlias = 111 TODO: implement
const fieldUserFlags = 112
const fieldOptions = 113
const fieldChatID = 114