aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/bootp_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/bootp_stat.c
parent49ce5e127b1d05937a1bf9c153ab56a1303980f8 (diff)
remove some very old comments about multithreaded tap implementation...
svn path=/trunk/; revision=45202
Diffstat (limited to 'ui/gtk/bootp_stat.c')
-rw-r--r--ui/gtk/bootp_stat.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ui/gtk/bootp_stat.c b/ui/gtk/bootp_stat.c
index 23c454a9ca..0cabf6e724 100644
--- a/ui/gtk/bootp_stat.c
+++ b/ui/gtk/bootp_stat.c
@@ -150,13 +150,6 @@ dhcpstat_draw(void *psp)
g_hash_table_foreach(sp->hash, (GHFunc)dhcp_draw_message_type, NULL);
}
-
-/* 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)
{