removed commented statement (big deal huh:) )

This commit is contained in:
Bart Hakvoort 2004-09-25 21:20:51 +00:00
parent bb69282a4a
commit 60b5bb29aa

View file

@ -83,7 +83,6 @@ Partition Dialog_Partition_Copy::Get_New_Partition()
selected_partition = Dialog_Base_Partition::Get_New_Partition() ;
//set proper name and status for partition
// selected_partition.partition = String::ucompose( _("copy from %1"), selected_partition .partition );
selected_partition.status = GParted::STAT_COPY ;
return selected_partition ;