]> jfr.im git - irc/irssi/irssi.git/commitdiff
Remove unneeded comment
authorCalvin Buckley <redacted>
Mon, 26 Nov 2018 13:56:04 +0000 (09:56 -0400)
committerGitHub <redacted>
Mon, 26 Nov 2018 13:56:04 +0000 (09:56 -0400)
src/irc/core/irc-cap.h

index 716239e2d2a44ff966c48e00a901167899dde6f1..96efbbee3c6015f2623c690b3c7c8f20eb74c9e5 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef __IRC_CAP_H
 #define __IRC_CAP_H
 
-/* this is prefixed as to not conflict with an AIX/i function in their stdlib */
 void irc_cap_init(void);
 void irc_cap_deinit(void);
 int irc_cap_toggle (IRC_SERVER_REC *server, char *cap, int enable);