Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/407e58406b7a89b9c15a7e40c9b2bc26b866f31e
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/407e58406b7a89b9c15a7e40c9b2bc26b866f31e
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/407e58406b7a89b9c15a7e40c9b2bc26b866f31e

The branch, master has been updated
       via  407e58406b7a89b9c15a7e40c9b2bc26b866f31e (commit)
      from  7318b5b65a2831b6cc6e87b51b6dcedc5a946c78 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=407e58406b7a89b9c15a7e40c9b2bc26b866f31e
commit 407e58406b7a89b9c15a7e40c9b2bc26b866f31e
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>

    Remove nonsense comments

diff --git a/utils/messages.h b/utils/messages.h
index d4be893..4024f7e 100644
--- a/utils/messages.h
+++ b/utils/messages.h
@@ -92,9 +92,6 @@ char *messages_get_buff(const char *key, ...);
 
 /**
  * Free memory used by the standard Messages hash
- *
- * \param code errorcode of message
- * \return message text
  */
 void messages_destroy(void);
 


-----------------------------------------------------------------------

Summary of changes:
 utils/messages.h |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/utils/messages.h b/utils/messages.h
index d4be893..4024f7e 100644
--- a/utils/messages.h
+++ b/utils/messages.h
@@ -92,9 +92,6 @@ char *messages_get_buff(const char *key, ...);
 
 /**
  * Free memory used by the standard Messages hash
- *
- * \param code errorcode of message
- * \return message text
  */
 void messages_destroy(void);
 


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to