aboutsummaryrefslogtreecommitdiffstats
path: root/ui_util.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-03-24 02:14:56 +0000
committerGuy Harris <guy@alum.mit.edu>2001-03-24 02:14:56 +0000
commit8ac0e6618a2d2bad339d7455de064c8383fab318 (patch)
treed0bb36cd7504a2e95c1230e9ddd906537a6277f4 /ui_util.h
parent58369df4ef1f56a235db207e4015db50a820341f (diff)
The declaration of "destroy_packet_wins()" belongs in
"gtk/packet_win.h", along with the declarations of the other packet window manipulation routines; put it there. svn path=/trunk/; revision=3180
Diffstat (limited to 'ui_util.h')
-rw-r--r--ui_util.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ui_util.h b/ui_util.h
index 97d828af3f..017279faf7 100644
--- a/ui_util.h
+++ b/ui_util.h
@@ -1,7 +1,7 @@
/* ui_util.h
* Definitions for UI utility routines
*
- * $Id: ui_util.h,v 1.7 2001/03/24 02:07:20 guy Exp $
+ * $Id: ui_util.h,v 1.8 2001/03/24 02:14:54 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -40,9 +40,6 @@ void set_main_window_name(gchar *);
pop up the existing one rather than creating a new one. */
void reactivate_window(GtkWidget *);
-/* Destroy all popup packet windows. */
-void destroy_packet_wins(void);
-
#ifdef __cplusplus
}
#endif /* __cplusplus */