From Evan Huus from bug 7295:

Fix an ancient copy-and-pasteo of mine ("me" here meaning Guy Harris,
not Evan Huus) - remove an unused data structure (used in the code I
copied and pasted to make this code, not used here).

svn path=/trunk/; revision=42866
This commit is contained in:
Guy Harris 2012-05-27 20:45:16 +00:00
parent bd5060b836
commit d7279caa93
1 changed files with 0 additions and 5 deletions

View File

@ -72,11 +72,6 @@
#define E_DFILTER_EXPR_OK_BT_KEY "dfilter_expr_accept_bt"
#define E_DFILTER_EXPR_VALUE_KEY "dfilter_expr_value"
typedef struct protocol_data {
char *abbrev;
int hfinfo_index;
} protocol_data_t;
static void show_relations(GtkWidget *relation_list, ftenum_t ftype);
static gboolean relation_is_presence_test(const char *string);
static void add_relation_list(GtkWidget *relation_list, const char *relation, gboolean sensitive);