aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-07-07 14:58:25 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-07-07 14:58:25 +0000
commit3cd41b89694f17e0169f2217564f87fcc9a43c2e (patch)
tree32751ab021d66979c9ace96b0acbff27d6669b06 /epan/tfs.h
parent4d8dd01e8ee52a84eab91627d4a84d252eff0699 (diff)
Removed unused flags_set_truth.
Fixed some capitalizations. svn path=/trunk/; revision=28990
Diffstat (limited to 'epan/tfs.h')
-rw-r--r--epan/tfs.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/tfs.h b/epan/tfs.h
index e53773222d..50e59ed9f5 100644
--- a/epan/tfs.h
+++ b/epan/tfs.h
@@ -57,10 +57,4 @@ WS_VAR_IMPORT const true_false_string tfs_capable_not_capable[];
WS_VAR_IMPORT const true_false_string tfs_supported_not_supported[];
WS_VAR_IMPORT const true_false_string tfs_used_notused[];
-/*
- * Old true_false_string from packet.c
- * Retained for backward compatibility until all dissectors are updated.
- */
-WS_VAR_IMPORT const true_false_string flags_set_truth[];
-
#endif