X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/d5f856c68ea790b4369db28f0429c2be2c22aab0..64c9f5093f62dc051922a5adc06ffc9229503aab:/include/monitor.h diff --git a/include/monitor.h b/include/monitor.h index 633d569a..0e70653c 100644 --- a/include/monitor.h +++ b/include/monitor.h @@ -4,8 +4,6 @@ * * Copyright (C) 2005 Lee Hardy * Copyright (C) 2005 ircd-ratbox development team - * - * $Id: monitor.h 6 2005-09-10 01:02:21Z nenolod $ */ #ifndef INCLUDED_monitor_h #define INCLUDED_monitor_h @@ -14,7 +12,6 @@ struct rb_bh; struct monitor { - struct monitor *hnext; char name[NICKLEN]; rb_dlink_list users; rb_dlink_node node;