summaryrefslogtreecommitdiff
path: root/libparted/fs/fat/bootsector.h
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-05-13 21:26:17 +0200
committerJim Meyering <meyering@redhat.com>2011-05-27 17:07:45 +0200
commit58413d67ecb80740a07c3582d31883884cbb1966 (patch)
tree7683226939c6d1b4bb28b810cb61494a6ba03ea0 /libparted/fs/fat/bootsector.h
parentf82ca7907f2e1a614ce0f649ad08fc3739e5d1eb (diff)
downloadparted-58413d67ecb80740a07c3582d31883884cbb1966.tar.gz
fat: remove all-but-probe FS-related code
Diffstat (limited to 'libparted/fs/fat/bootsector.h')
-rw-r--r--libparted/fs/fat/bootsector.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libparted/fs/fat/bootsector.h b/libparted/fs/fat/bootsector.h
index d049ed7..4020d0e 100644
--- a/libparted/fs/fat/bootsector.h
+++ b/libparted/fs/fat/bootsector.h
@@ -125,7 +125,6 @@ int fat_boot_sector_generate (FatBootSector* bs, const PedFileSystem* fs);
int fat_boot_sector_write (const FatBootSector* bs, PedFileSystem* fs);
int fat_info_sector_read (FatInfoSector* is, const PedFileSystem* fs);
-int fat_info_sector_generate (FatInfoSector* is, const PedFileSystem* fs);
int fat_info_sector_write (const FatInfoSector* is, PedFileSystem* fs);
#endif /* PED_FAT_BOOTSECTOR_H */