aboutsummaryrefslogtreecommitdiffstats
path: root/summary.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-05-24 18:59:39 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-05-24 18:59:39 +0000
commita4bbd97979922583244fb69040f96f39dc58d325 (patch)
tree0cf5ff08b91fec921bbb59df684b453109d40bf1 /summary.h
parent474281be2a9c97e7caaff902fff1591e922ba60c (diff)
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
Diffstat (limited to 'summary.h')
-rw-r--r--summary.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/summary.h b/summary.h
index ee3f712b6f..afe618d911 100644
--- a/summary.h
+++ b/summary.h
@@ -89,12 +89,5 @@ summary_fill_in(capture_file *cf, summary_tally *st);
extern void
summary_fill_in_capture(capture_file *cf, capture_options *capture_opts, summary_tally *st);
#endif
-extern void
-summary_update_comment(capture_file *cf, gchar *comment);
#endif /* summary.h */
-
-
-
-
-