aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
diff options
context:
space:
mode:
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-21 18:20:01 +0000
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-21 18:20:01 +0000
commit7cb678a07b046a3a2676d184c0e1f56001857c02 (patch)
treee8a61f285861107bb7243bf3fe179b73e107e869 /cfile.h
parentb899f1b5de1e6d2a55a56705f20068a3793c0ed3 (diff)
Remove unused 'pstats' member in capture_file
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30048 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'cfile.h')
-rw-r--r--cfile.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cfile.h b/cfile.h
index b3a2147347..ced0aa81d8 100644
--- a/cfile.h
+++ b/cfile.h
@@ -92,9 +92,8 @@ typedef struct _capture_file {
gint current_row; /* Row number for current frame */
epan_dissect_t *edt; /* Protocol dissection for currently selected packet */
field_info *finfo_selected; /* Field info for currently selected field */
- struct ph_stats_s* pstats; /* accumulated stats (reset on redisplay in GUI)*/
} capture_file;
-void init_cap_file(capture_file *);
+void init_cap_file(capture_file *cf);
#endif /* cfile.h */