aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'file.h')
-rw-r--r--file.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/file.h b/file.h
index f844594a98..b34617c61b 100644
--- a/file.h
+++ b/file.h
@@ -316,14 +316,6 @@ const gchar *cf_get_tempfile_source(capture_file *cf);
int cf_get_packet_count(capture_file *cf);
/**
- * Set the number of packets in the capture file.
- *
- * @param cf the capture file
- * @param packet_count the number of packets in the capture file
- */
-void cf_set_packet_count(capture_file *cf, int packet_count);
-
-/**
* Is this capture file a temporary file?
*
* @param cf the capture file