aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/compare_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/compare_stat.c
parent49ce5e127b1d05937a1bf9c153ab56a1303980f8 (diff)
remove some very old comments about multithreaded tap implementation...
svn path=/trunk/; revision=45202
Diffstat (limited to 'ui/gtk/compare_stat.c')
-rw-r--r--ui/gtk/compare_stat.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui/gtk/compare_stat.c b/ui/gtk/compare_stat.c
index 57dba5ac3f..4a80b5ce2b 100644
--- a/ui/gtk/compare_stat.c
+++ b/ui/gtk/compare_stat.c
@@ -519,12 +519,6 @@ call_foreach_print_ip_tree(gpointer value, gpointer user_data)
return FALSE;
}
-/* 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)
{