protocol: drop G_GNUC_PURE from client_message_dup

This commit is contained in:
Jonathan Neuschäfer 2011-09-19 18:23:10 +02:00 committed by Max Kellermann
parent 371c82b2bf
commit 203f48d1fd

View File

@ -59,7 +59,7 @@ void
client_message_copy(struct client_message *dest,
const struct client_message *src);
G_GNUC_MALLOC G_GNUC_PURE
G_GNUC_MALLOC
struct client_message *
client_message_dup(const struct client_message *src);