From 00de07144d4aafddc7f23b8af7157a015c707dfb Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 4 Jun 2012 20:08:59 +0000 Subject: Use the modal version of the bad display filter alert box in the I/O statistics window. Get rid of the non-modal version (it's not being used any more), and remove the now-redundant _modal from the modal version. svn path=/trunk/; revision=43081 --- ui/alert_box.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ui/alert_box.h') diff --git a/ui/alert_box.h b/ui/alert_box.h index 53531e8455..6684fa1d87 100644 --- a/ui/alert_box.h +++ b/ui/alert_box.h @@ -56,13 +56,6 @@ extern void read_failure_alert_box(const char *filename, int err); */ extern void write_failure_alert_box(const char *filename, int err); -/* - * Alert box for an invalid display filter expression. - * Assumes "dfilter_error_msg" has been set by "dfilter_compile()" to the - * error message for the filter. - */ -extern void bad_dfilter_alert_box(const char *dftext); - #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3