diff options
-rw-r--r-- | packet-beep.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-beep.c b/packet-beep.c index 3f20098cb5..24457b4ebf 100644 --- a/packet-beep.c +++ b/packet-beep.c @@ -1,7 +1,7 @@ /* packet-beep.c * Routines for BEEP packet disassembly * - * $Id: packet-beep.c,v 1.7 2002/04/29 08:20:05 guy Exp $ + * $Id: packet-beep.c,v 1.8 2002/04/29 09:40:05 guy Exp $ * * Copyright (c) 2000 by Richard Sharpe <rsharpe@ns.aus.com> * Modified 2001 Darren New <dnew@invisible.net> for BEEP. @@ -279,7 +279,6 @@ dissect_beep_more(tvbuff_t *tvb, int offset, } -#if 0 static void dissect_beep_status(tvbuff_t *tvb, int offset, proto_tree *tree) { @@ -313,7 +312,6 @@ static void dissect_beep_status(tvbuff_t *tvb, int offset, } } -#endif static int num_len(tvbuff_t *tvb, int offset) { |