aboutsummaryrefslogtreecommitdiffstats
path: root/colors.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-10-05 18:10:34 +0000
committerGuy Harris <guy@alum.mit.edu>1999-10-05 18:10:34 +0000
commit0161298edd84aeb7a1885b21454476838dbdedf1 (patch)
tree857cac2f15a3abfa1fa49b7786ca268784678480 /colors.h
parent66c411777b0cf5fe645ae0cd1a1b0071cba5be4c (diff)
Make "create_color_sel_win()" static to "colors.c" - it's not used
outside that file. svn path=/trunk/; revision=771
Diffstat (limited to 'colors.h')
-rw-r--r--colors.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/colors.h b/colors.h
index 8836e79e18..551ee69c37 100644
--- a/colors.h
+++ b/colors.h
@@ -1,7 +1,7 @@
/* colors.h
* Definitions for color structures and routines
*
- * $Id: colors.h,v 1.3 1999/10/05 04:34:00 gram Exp $
+ * $Id: colors.h,v 1.4 1999/10/05 18:10:34 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -153,7 +153,5 @@ GtkWidget* create_color_win (cap_file *cf);
GtkWidget* create_colorize_win (cap_file *cf,
GtkWidget **colorize_filter_name,
GtkWidget **colorize_filter_text);
-GtkWidget* create_color_sel_win (cap_file *cf, GdkColor *);
-
#endif