[squeak-dev] The Trunk: 60Deprecated-mt.97.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Nov 18 16:00:41 UTC 2021


Marcel Taeumel uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-mt.97.mcz

==================== Summary ====================

Name: 60Deprecated-mt.97
Author: mt
Time: 18 November 2021, 5:00:41.390305 pm
UUID: cb131d95-78fd-5c4f-958f-67eb591ac085
Ancestors: 60Deprecated-ul.96

System-mt.1246

=============== Diff against 60Deprecated-ul.96 ===============

Item was added:
+ ----- Method: SystemNavigation>>confirmRemovalOf:on: (in category '*60Deprecated-ui') -----
+ confirmRemovalOf: aSelector on: aClass 
+ 	"Determine if it is okay to remove the given selector. Answer 1 if it should be removed, 2 if it should be removed followed by a senders browse, and 3 if it should not be removed."
+ 	
+ 	self deprecated: 'Use #confirmAndRemoveSelector:class: instead.'.
+ 	self confirmAndRemoveSelector: aSelector class: aClass.
+ 	^ 3 "Nothing useful to do anymore. Might produce UI glitches but better to not carry over the old code any longer"!



More information about the Squeak-dev mailing list