summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-05-04 12:33:01 +0200
committerMaria Matejka <mq@ucw.cz>2022-05-04 15:39:21 +0200
commit0c4e0e4a635169cada395144dd67d1e66f1c9649 (patch)
tree5faa7682b67ca09297e503c6c91db2ac320fec3c /lib
parentcce974e8ea992d0e6d2f649eca7880b436d91d71 (diff)
Removed forgotten remnants of unused enum rtc
Diffstat (limited to 'lib')
-rw-r--r--lib/type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/type.h b/lib/type.h
index e43389f3..abce1a1f 100644
--- a/lib/type.h
+++ b/lib/type.h
@@ -79,7 +79,6 @@ enum btype {
T_ENUM_RTS = 0x31,
T_ENUM_SCOPE = 0x33,
- T_ENUM_RTC = 0x35,
T_ENUM_RTD = 0x37,
T_ENUM_ROA = 0x39,
T_ENUM_NETTYPE = 0x3b,