Removed G_GNUC_UNUSED.

This commit is contained in:
Martin Baulig
1998-10-06 09:04:27 +00:00
parent 0659b93dff
commit cf0e724f7d
18 changed files with 31 additions and 31 deletions

View File

@@ -64,7 +64,7 @@ glibtop_strdup_r (glibtop *server, const char *string)
}
void
glibtop_free_r (glibtop G_GNUC_UNUSED *server, const void *ptr)
glibtop_free_r (glibtop *server, const void *ptr)
{
if (ptr) free ((void *) ptr);
}