Remove incorrect comment

This commit is contained in:
Curtis Gedak 2010-05-04 15:47:34 -06:00
parent b45b30c2ed
commit 3db6b074c9
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ Partition Dialog_Base_Partition::Get_New_Partition( Byte_Value sector_size )
//FIXME: Partition size is limited to just less than 1024 TeraBytes due
// to the maximum value of signed 4 byte integer.
// Assuming 512 byte sector size.
if ( ORIG_BEFORE != spinbutton_before .get_value_as_int() )
selected_partition .sector_start = START + Sector(spinbutton_before .get_value_as_int()) * (MEBIBYTE / sector_size) ;