Remove nonsense comments

This commit is contained in:
Chris Young 2016-12-11 17:33:31 +00:00
parent 7318b5b65a
commit 407e58406b

View File

@ -92,9 +92,6 @@ char *messages_get_buff(const char *key, ...);
/** /**
* Free memory used by the standard Messages hash * Free memory used by the standard Messages hash
*
* \param code errorcode of message
* \return message text
*/ */
void messages_destroy(void); void messages_destroy(void);