Get rid of an unused #define.

svn path=/trunk/; revision=980
This commit is contained in:
Guy Harris 1999-11-06 02:05:32 +00:00
parent 004607a3fe
commit cdee2e23cb
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,7 @@
/* capture_dlg.c
* Routines for packet capture windows
*
* $Id: capture_dlg.c,v 1.8 1999/10/02 19:33:14 guy Exp $
* $Id: capture_dlg.c,v 1.9 1999/11/06 02:05:32 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@ -86,9 +86,6 @@
#define E_CAP_SYNC_KEY "cap_sync"
#define E_CAP_RESOLVE_KEY "cap_resolve"
/* Capture filter key */
#define E_CAP_FILT_TE_KEY "cap_filt_te"
static GList*
get_interface_list();