aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftypes-int.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-03-02 17:17:56 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-03-02 17:17:56 +0000
commitcf75b3f6a8d6dce409aacb4fe0e54f1a7db769f8 (patch)
treeeafef3ed7577030c50968996a2e79a1962655178 /epan/ftypes/ftypes-int.h
parentb24dff17bd782b5258609a38e2251816e28fc127 (diff)
Get rid of unused method from ftypes structure.
svn path=/trunk/; revision=3093
Diffstat (limited to 'epan/ftypes/ftypes-int.h')
-rw-r--r--epan/ftypes/ftypes-int.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/ftypes/ftypes-int.h b/epan/ftypes/ftypes-int.h
index 88dcab7d1a..32b4152310 100644
--- a/epan/ftypes/ftypes-int.h
+++ b/epan/ftypes/ftypes-int.h
@@ -1,5 +1,5 @@
/*
- * $Id: ftypes-int.h,v 1.3 2001/02/27 19:23:30 gram Exp $
+ * $Id: ftypes-int.h,v 1.4 2001/03/02 17:17:56 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -27,7 +27,6 @@
#include "packet.h"
#include "ftypes.h"
-typedef void (*FtypeFromTvbuffFunc)(field_info*, tvbuff_t*, int, int, gboolean);
typedef void (*FvalueNewFunc)(fvalue_t*);
typedef void (*FvalueFreeFunc)(fvalue_t*);
@@ -52,7 +51,6 @@ struct _ftype_t {
int wire_size;
FvalueNewFunc new_value;
FvalueFreeFunc free_value;
- FtypeFromTvbuffFunc from_tvbuff;
FvalueFromString val_from_string;
/* could be union */