From c496d62a344f9286b6775fa859dab2f4fb6ac367 Mon Sep 17 00:00:00 2001 From: Gtker Date: Sat, 8 May 2021 15:50:01 +0200 Subject: [PATCH] packet-wow: Remove unneeded enum The enum is from the original Mangos source. It is never sent over the wire and thus can never be seen in Wireshark. --- epan/dissectors/packet-wow.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/epan/dissectors/packet-wow.c b/epan/dissectors/packet-wow.c index 82301fea5a..545e489c0d 100644 --- a/epan/dissectors/packet-wow.c +++ b/epan/dissectors/packet-wow.c @@ -49,16 +49,6 @@ static const value_string cmd_vs[] = { { 0, NULL } }; -#if 0 -static const value_string account_type_vs[] = { - { 0, "Player" }, - { 1, "Moderator" }, - { 2, "Game master" }, - { 3, "Administrator" }, - { 0, NULL } -}; -#endif - static const value_string realm_status_vs[] = { { 0, "Online" }, { 1, "Locked" },