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

@@ -488,7 +488,7 @@ handle_signal (int sig)
}
int
main (int G_GNUC_UNUSED argc, char G_GNUC_UNUSED *argv [])
main (int argc, char *argv [])
{
glibtop *server = glibtop_global_server;