Get rid of an unused typedef.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 2 Feb 2005 10:19:35 +0000 (10:19 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 2 Feb 2005 10:19:35 +0000 (10:19 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13239 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/graph_analysis.c
gtk/rtp_analysis.c
gtk/rtp_stream_dlg.c
gtk/voip_calls_dlg.c

index e1a4380be976223ee46f4906369cc9126852057e..ed88a32c501c8d5f26714c8fed54f8921b83c96c 100644 (file)
@@ -89,9 +89,6 @@ GtkRcStyle *rc_style;
 GdkColormap *colormap;
 #endif
 
-typedef const guint8 * ip_addr_p;
-
-
 /****************************************************************************/
 /* Reset the user_data structure */
 static void graph_analysis_reset(graph_analysis_data_t* user_data)
index 00bdfe99fd10297877a11985c54e4a525cee9f05..d63070d4cfdc92a35bc1edcb6963846d2ef96b41 100644 (file)
@@ -362,8 +362,6 @@ static gchar *titles[9] =  {
 };
 
 
-typedef const guint8 * ip_addr_p;
-
 static void on_refresh_bt_clicked(GtkWidget *bt _U_, user_data_t *user_data _U_);
 /****************************************************************************/
 static void enable_graph(dialog_graph_graph_t *dgg)
index e9d521d6852045464533a542374179b634a3068b..0476e7f21d2f7e92e3657b106d2968b35723b660 100644 (file)
@@ -52,8 +52,6 @@
 #include <string.h>
 
 
-typedef const guint8 * ip_addr_p;
-
 static const gchar FWD_LABEL_TEXT[] = "Select a forward stream with left mouse button";
 static const gchar REV_LABEL_TEXT[] = "Select a reverse stream with SHIFT + left mouse button";
 
index 250271f82496c5842f10bc4b2378dca3d89d316e..dc388d359f5adaa110d2bb0b4a00df3b5f4b982c 100644 (file)
@@ -61,8 +61,6 @@
 #include <string.h>
 #include <ctype.h>
 
-typedef const guint8 * ip_addr_p;
-
 static const gchar FWD_LABEL_TEXT[] = "Select one call.";
 
 /****************************************************************************/