From a4bbd97979922583244fb69040f96f39dc58d325 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Thu, 24 May 2012 18:59:39 +0000 Subject: Use cf_update_capture_comment() to save the capture comment (instead of summary_update_comment() which is no longer necessary). cf_update_capture_comment() has the advantage that it doesn't mark the file as unsaved unless the comment actually changed. svn path=/trunk/; revision=42832 --- summary.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'summary.c') diff --git a/summary.c b/summary.c index 74f3874c58..565aff4dbf 100644 --- a/summary.c +++ b/summary.c @@ -230,12 +230,3 @@ summary_fill_in_capture(capture_file *cf,capture_options *capture_opts, summary_ } } #endif - -void -summary_update_comment(capture_file *cf, gchar *comment) -{ - - /* Get info from SHB */ - wtap_write_shb_comment(cf->wth, comment); - -} -- cgit v1.2.3