summaryrefslogtreecommitdiff
path: root/libparted/fs/fat/fat.h
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-12-19 11:44:03 +0100
committerJim Meyering <meyering@redhat.com>2012-02-07 11:53:32 +0100
commit50dd04e2b369699dd44a8f65ac5915c43e57c66f (patch)
tree822201bfb1b8a360d46755560c7df1be1ecb21d5 /libparted/fs/fat/fat.h
parent4fa3a6b22cece434126953cb8d686359a9416cef (diff)
downloadparted-50dd04e2b369699dd44a8f65ac5915c43e57c66f.tar.gz
maint: remove now-unused fat-related functions
* libparted/fs/fat/bootsector.c (fat_boot_sector_generate) (fat_boot_sector_write, fat_info_sector_write): Remove functions. (fat_boot_sector_set_boot_code): Likewise. * libparted/fs/fat/bootsector.h: Remove declarations. * libparted/fs/fat/fat.c (fat_set_frag_sectors, fat_free_buffers): Remove function. * libparted/fs/fat/fat.h: Remove declarations.
Diffstat (limited to 'libparted/fs/fat/fat.h')
-rw-r--r--libparted/fs/fat/fat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libparted/fs/fat/fat.h b/libparted/fs/fat/fat.h
index dddc461..b1b96ba 100644
--- a/libparted/fs/fat/fat.h
+++ b/libparted/fs/fat/fat.h
@@ -156,10 +156,7 @@ extern void fat_print (const PedFileSystem* fs);
extern PedFileSystem* fat_alloc (const PedGeometry* geom);
extern void fat_free (PedFileSystem* fs);
extern int fat_alloc_buffers (PedFileSystem* fs);
-extern void fat_free_buffers (PedFileSystem* fs);
extern int fat_resize (PedFileSystem* fs, PedGeometry* geom, PedTimer* timer);
-extern int fat_set_frag_sectors (PedFileSystem* fs, PedSector frag_sectors);
-
#endif /* FAT_H_INCLUDED */