Skip to content

Commit

Permalink
deleted dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
gitjannes committed Jul 5, 2024
1 parent aaea92d commit 3acdd44
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ addInputFieldFor: aRectangle
color: Color white;
contentsWrapped: '' asText;
extent: 200 @ 20;
"crAction: [self buttonSendPressed];"
yourself).
self allInputFields add: inputField.
aRectangle addMorph: inputField.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
"class" : {
"newFor:withBounds:" : "jkon 6/27/2024 20:14" },
"instance" : {
"addChoices" : "6/24/2024 10:41:19",
"addChoices:" : "jkon 6/27/2024 19:24",
"addConfirmButton:" : "jkon 6/18/2024 10:05",
"addInputFieldFor:" : "jkon 6/27/2024 20:15",
"addInputFieldFor:" : "jkon 7/5/2024 10:00",
"addNextButton:" : "jkon 6/19/2024 18:50",
"addTextFieldFor:with:" : "jkon 6/18/2024 13:31",
"addTextInputFor:" : "jkon 6/19/2024 21:41",
Expand Down

0 comments on commit 3acdd44

Please sign in to comment.