[yast-commit] r49542 - /trunk/storage/storage/src/modules/Partitions.ycp
Author: aschnell Date: Thu Jul 31 15:23:24 2008 New Revision: 49542 URL: http://svn.opensuse.org/viewcvs/yast?rev=49542&view=rev Log: - removed obsolete function UseParted Modified: trunk/storage/storage/src/modules/Partitions.ycp Modified: trunk/storage/storage/src/modules/Partitions.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/Parti... ============================================================================== --- trunk/storage/storage/src/modules/Partitions.ycp (original) +++ trunk/storage/storage/src/modules/Partitions.ycp Thu Jul 31 15:23:24 2008 @@ -375,16 +375,6 @@ return( swap_size ); }; -global define boolean UseParted() - ``{ - boolean ret = true; -/* - if( Arch::i386 () || Arch::x86_64 () ) - ret = false; -*/ - y2milestone( "UseParted ret:%1", ret ); - return( ret ); - } global define boolean IsResizable( integer fsid ) ``{ -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn.opensuse.org