aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/dcerpc_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/dcerpc_stat.c')
-rw-r--r--ui/gtk/dcerpc_stat.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/ui/gtk/dcerpc_stat.c b/ui/gtk/dcerpc_stat.c
index 1adf58edf1..2d6f8b0714 100644
--- a/ui/gtk/dcerpc_stat.c
+++ b/ui/gtk/dcerpc_stat.c
@@ -164,13 +164,6 @@ dcerpcstat_draw(void *rs_arg)
draw_srt_table_data(&rs->srt_table);
}
-
-/* since the gtk2 implementation of tap is multithreaded we must protect
- * remove_tap_listener() from modifying the list while draw_tap_listener()
- * is running. the other protected block is in main.c
- *
- * there should not be any other critical regions in gtk2
- */
static void
win_destroy_cb(GtkWindow *win _U_, gpointer data)
{
@@ -182,8 +175,6 @@ win_destroy_cb(GtkWindow *win _U_, gpointer data)
g_free(rs);
}
-
-
/* When called, this function will create a new instance of gtk-dcerpcstat.
*/
static void