Skip to content

Commit 3acdd44

Browse files
committed
deleted dead code
1 parent aaea92d commit 3acdd44

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

packages/TelegramClient-UI.package/TCUChatPollEditor.class/instance/addChoices.st

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/TelegramClient-UI.package/TCUChatPollEditor.class/instance/addInputFieldFor..st

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ addInputFieldFor: aRectangle
88
color: Color white;
99
contentsWrapped: '' asText;
1010
extent: 200 @ 20;
11-
"crAction: [self buttonSendPressed];"
1211
yourself).
1312
self allInputFields add: inputField.
1413
aRectangle addMorph: inputField.

packages/TelegramClient-UI.package/TCUChatPollEditor.class/methodProperties.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
"class" : {
33
"newFor:withBounds:" : "jkon 6/27/2024 20:14" },
44
"instance" : {
5-
"addChoices" : "6/24/2024 10:41:19",
65
"addChoices:" : "jkon 6/27/2024 19:24",
76
"addConfirmButton:" : "jkon 6/18/2024 10:05",
8-
"addInputFieldFor:" : "jkon 6/27/2024 20:15",
7+
"addInputFieldFor:" : "jkon 7/5/2024 10:00",
98
"addNextButton:" : "jkon 6/19/2024 18:50",
109
"addTextFieldFor:with:" : "jkon 6/18/2024 13:31",
1110
"addTextInputFor:" : "jkon 6/19/2024 21:41",

0 commit comments

Comments
 (0)