summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/graph_analysis.c3
-rw-r--r--gtk/rtp_analysis.c2
-rw-r--r--gtk/rtp_stream_dlg.c2
-rw-r--r--gtk/voip_calls_dlg.c2
4 files changed, 0 insertions, 9 deletions
diff --git a/gtk/graph_analysis.c b/gtk/graph_analysis.c
index e1a4380be9..ed88a32c50 100644
--- a/gtk/graph_analysis.c
+++ b/gtk/graph_analysis.c
@@ -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)
diff --git a/gtk/rtp_analysis.c b/gtk/rtp_analysis.c
index 00bdfe99fd..d63070d4cf 100644
--- a/gtk/rtp_analysis.c
+++ b/gtk/rtp_analysis.c
@@ -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)
diff --git a/gtk/rtp_stream_dlg.c b/gtk/rtp_stream_dlg.c
index e9d521d685..0476e7f21d 100644
--- a/gtk/rtp_stream_dlg.c
+++ b/gtk/rtp_stream_dlg.c
@@ -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";
diff --git a/gtk/voip_calls_dlg.c b/gtk/voip_calls_dlg.c
index 250271f824..dc388d359f 100644
--- a/gtk/voip_calls_dlg.c
+++ b/gtk/voip_calls_dlg.c
@@ -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.";
/****************************************************************************/