[gparted] Remove default sector size



commit f46fbedd341272428082774c51e682822138b65a
Author: Curtis Gedak <gedakc gmail com>
Date:   Mon Apr 26 13:04:39 2010 -0600

    Remove default sector size
    
    The DEFAULT_SECTOR_SIZE was a temporary measure to help in the
    transition to support devices with sector sizes > 512 bytes.  It
    is no longer needed.

 include/Utils.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/include/Utils.h b/include/Utils.h
index 960fc7c..94b65c7 100644
--- a/include/Utils.h
+++ b/include/Utils.h
@@ -52,8 +52,6 @@ const Byte_Value MEBI_FACTOR=(KIBI_FACTOR * KIBI_FACTOR);
 const Byte_Value GIBI_FACTOR=(MEBI_FACTOR * KIBI_FACTOR);
 const Byte_Value TEBI_FACTOR=(GIBI_FACTOR * KIBI_FACTOR);
 
-const Byte_Value DEFAULT_SECTOR_SIZE=512;
-
 enum FILESYSTEM
 {
 	FS_UNALLOCATED	= 0,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]