diff options
author | Sadie Powell <sadie@witchery.services> | 2021-03-31 10:38:54 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-03-31 10:51:51 +0100 |
commit | 952ee5cc603a5231348b8cfab18ee85a097f5394 (patch) | |
tree | af56b96d229f931ace18fcf69a35614b5921e289 /include/channels.h | |
parent | 8c3c4f8e8274a598b4ba573f9eabfd0940d2e88d (diff) |
Fix various documentation comments.
Diffstat (limited to 'include/channels.h')
-rw-r--r-- | include/channels.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/channels.h b/include/channels.h index 1b44a7be6..0b38958cc 100644 --- a/include/channels.h +++ b/include/channels.h @@ -165,7 +165,6 @@ class CoreExport Channel : public Extensible /** Delete a user pointer to the internal reference list * @param user The user to delete - * @return number of users left on the channel after deletion of the user */ void DelUser(User* user); |