diff options
Diffstat (limited to 'gtk/packet_win.h')
-rw-r--r-- | gtk/packet_win.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk/packet_win.h b/gtk/packet_win.h index 331ba89845..86797e2765 100644 --- a/gtk/packet_win.h +++ b/gtk/packet_win.h @@ -3,7 +3,7 @@ * * Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com> * - * $Id: packet_win.h,v 1.8 2002/08/28 21:03:48 jmayer Exp $ + * $Id: packet_win.h,v 1.9 2002/09/21 11:36:27 oabad Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -30,9 +30,6 @@ /* Create a new packet window. */ extern void new_window_cb(GtkWidget *w); -/* Destroy all popup packet windows. */ -void destroy_packet_wins(void); - /* Redraw the hex dump panes of all packet windows. */ void redraw_hex_dump_packet_wins(void); |