commit 9a4166aa0420ca16c73ba11e0cb7bce4d326cbdf Author: Joel Granados Moreno Date: Fri Jun 12 14:41:53 2009 +0200 Remove unneeded struct element. diff --git a/include/parted/disk.h b/include/parted/disk.h index 5207e0b..172fbee 100644 --- a/include/parted/disk.h +++ b/include/parted/disk.h @@ -157,7 +157,7 @@ struct _PedDisk { PedDevice* dev; /**< the device where the partition table lies */ const PedDiskType* type; /**< type of disk label */ - const int* block_sizes; /**< block sizes supported + /*const int* block_sizes; **< block sizes supported by this label */ PedPartition* part_list; /**< list of partitions. Access with ped_disk_next_partition() */