aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/tvbuff-int.h')
-rw-r--r--epan/tvbuff-int.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/epan/tvbuff-int.h b/epan/tvbuff-int.h
index 550ee5d30d..e828af7647 100644
--- a/epan/tvbuff-int.h
+++ b/epan/tvbuff-int.h
@@ -41,17 +41,6 @@ struct tvb_ops {
tvbuff_t *(*tvb_clone)(tvbuff_t *tvb, guint abs_offset, guint abs_length);
};
-typedef struct {
- GSList *tvbs;
-
- /* Used for quick testing to see if this
- * is the tvbuff that a COMPOSITE is
- * interested in. */
- guint *start_offsets;
- guint *end_offsets;
-
-} tvb_comp_t;
-
/*
* Tvbuff flags.
*/
@@ -86,12 +75,6 @@ struct tvbuff {
gint raw_offset;
};
-struct tvb_composite {
- struct tvbuff tvb;
-
- tvb_comp_t composite;
-};
-
WS_DLL_PUBLIC tvbuff_t *tvb_new(const struct tvb_ops *ops);
tvbuff_t *tvb_new_proxy(tvbuff_t *backing);