[Pharo] Personal fitness tracker web app.
Clean up confirmation form.
src/MyFitnessTracker/MFTConfirmForm.class.st
@@ -20,14 +20,6 @@
20
20
self answer: false
21
21
]
22
22
23
Removed:
{ #category : 'as yet unclassified' }
24
Removed:
MFTConfirmForm >> emptySetGroups [
25
Removed:
26
Removed:
body := { (MFTFormComponent new
27
Removed:
heading: 'Empty Set Groups';
28
Removed:
modelObject: 'No exercises were specified.') }
29
Removed:
]
30
Removed:
31
23
{ #category : 'initialization' }
32
24
MFTConfirmForm >> initialize [
33
25