aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/color_dlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/color_dlg.h')
-rw-r--r--gtk/color_dlg.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/gtk/color_dlg.h b/gtk/color_dlg.h
index 163467c585..b053caa480 100644
--- a/gtk/color_dlg.h
+++ b/gtk/color_dlg.h
@@ -4,10 +4,9 @@
* $Id$
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -50,11 +49,4 @@ void color_display_with_filter(char *filter);
*/
int color_marked_count(void);
-/** Add a color filter.
- *
- * @param colorf the new color filter
- * @param arg the color filter widget
- */
-void color_add_filter_cb (color_filter_t *colorf, gpointer arg);
-
#endif /* color_dlg.h */