Clean up confirmation form.

Commit
ef5b009d54634e1ce001f5d59bba73e5a7d31c10
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
src/MyFitnessTracker/MFTConfirmForm.class.st
index ab608411..91076d2d 100644..100644
@@ -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