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

@@ -56,8 +56,8 @@ static void set_linux_version(void) {
void
glibtop_open_s (glibtop *server, const char *program_name,
const unsigned long G_GNUC_UNUSED features,
const unsigned G_GNUC_UNUSED flags)
const unsigned long features,
const unsigned flags)
{
#ifdef HAVE_LIBGTOP_SMP
char buffer [BUFSIZ], *p;