summaryrefslogtreecommitdiff
path: root/ui/gtk/dcerpc_stat.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2012-09-28 21:48:28 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2012-09-28 21:48:28 +0000
commitd45d88d161da6484921f22b52b3d77b3f08b1caa (patch)
treefcbed3460c0685fc99c7372632c179bf5c9dec47 /ui/gtk/dcerpc_stat.c
parent49ce5e127b1d05937a1bf9c153ab56a1303980f8 (diff)
downloadwireshark-d45d88d161da6484921f22b52b3d77b3f08b1caa.tar.gz
remove some very old comments about multithreaded tap implementation...
svn path=/trunk/; revision=45202
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