[yast-commit] r52668 - /trunk/storage/storage/src/modules/Storage.ycp
Author: aschnell Date: Wed Oct 29 14:49:26 2008 New Revision: 52668 URL: http://svn.opensuse.org/viewcvs/yast?rev=52668&view=rev Log: - also disable Storage::GetLoopDev Modified: trunk/storage/storage/src/modules/Storage.ycp Modified: trunk/storage/storage/src/modules/Storage.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/Storage.ycp?rev=52668&r1=52667&r2=52668&view=diff ============================================================================== --- trunk/storage/storage/src/modules/Storage.ycp (original) +++ trunk/storage/storage/src/modules/Storage.ycp Wed Oct 29 14:49:26 2008 @@ -759,6 +759,7 @@ * @param integer start (start with /dev/loop$number) * @return string loop_dev ( e.g.: /dev/loop1 ) */ +/* global define string GetLoopDev( integer start ) ``{ if( Mode::test () ) @@ -791,6 +792,7 @@ return( loop_dev ); }; +*/ /** -- 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