aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-01-16 19:05:32 +0000
committerBill Meier <wmeier@newsguy.com>2012-01-16 19:05:32 +0000
commit48ca3d47424245626fd895702ce935f5da8a0eea (patch)
tree4a120017bd50adb03fa94c314ea25cae22553539 /plugins/mate/mate.h
parent49eff359e1d87ff373ee641f75b89b8e41281d01 (diff)
Use GSlice API instead of GMemChunk API for some memory allocation.
svn path=/trunk/; revision=40547
Diffstat (limited to 'plugins/mate/mate.h')
-rw-r--r--plugins/mate/mate.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/mate/mate.h b/plugins/mate/mate.h
index a326123b2a..d14e88cbe4 100644
--- a/plugins/mate/mate.h
+++ b/plugins/mate/mate.h
@@ -32,11 +32,6 @@
# include "config.h"
#endif
-/* The mate dissector is using deprecated GMemChunk. Do not error out
- * when encountering it.
- */
-#undef G_DISABLE_DEPRECATED
-
#ifndef ENABLE_STATIC
#include "moduleinfo.h"
#include <gmodule.h>
@@ -274,7 +269,6 @@ typedef struct _mate_config_frame {
typedef struct _mate_runtime_data {
guint current_items; /* a count of items */
- GMemChunk* mate_items;
float now;
guint highest_analyzed_frame;