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

@@ -260,7 +260,7 @@ fstype_to_string (t)
static struct mount_entry *
read_filesystem_list (need_fs_type, all_fs)
int G_GNUC_UNUSED need_fs_type, G_GNUC_UNUSED all_fs;
int need_fs_type, all_fs;
{
struct mount_entry *mount_list;
struct mount_entry *me;