[yast-commit] r67531 - in /trunk/s390/src/modules: DASDController.ycp ZFCPController.ycp
![](https://seccdn.libravatar.org/avatar/b1574c5d5a4547f5c58c8103478f3949.jpg?s=120&d=mm&r=g)
Author: aschnell Date: Wed Feb 22 17:46:51 2012 New Revision: 67531 URL: http://svn.opensuse.org/viewcvs/yast?rev=67531&view=rev Log: - removed apparently unused functions Modified: trunk/s390/src/modules/DASDController.ycp trunk/s390/src/modules/ZFCPController.ycp Modified: trunk/s390/src/modules/DASDController.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/s390/src/modules/DASDController.y... ============================================================================== --- trunk/s390/src/modules/DASDController.ycp (original) +++ trunk/s390/src/modules/DASDController.ycp Wed Feb 22 17:46:51 2012 @@ -54,25 +54,6 @@ /** - * Abort function - * return boolean return true if abort - */ -global boolean() AbortFunction = GetModified; - - -/** - * Abort function - * @return blah blah lahjk - */ -global boolean Abort() -{ - if(AbortFunction != nil) - return AbortFunction (); - return false; -} - - -/** * Data was modified? * @return true if modified */ Modified: trunk/s390/src/modules/ZFCPController.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/s390/src/modules/ZFCPController.y... ============================================================================== --- trunk/s390/src/modules/ZFCPController.ycp (original) +++ trunk/s390/src/modules/ZFCPController.ycp Wed Feb 22 17:46:51 2012 @@ -51,24 +51,6 @@ /** - * Abort function - * return boolean return true if abort - */ -global boolean() AbortFunction = GetModified; - - -/** - * Abort function - * @return blah blah lahjk - */ -global boolean Abort() -{ - if(AbortFunction != nil) - return AbortFunction (); - return false; -} - -/** * Data was modified? * @return true if modified */ -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn2.opensuse.org