diff --git a/packages/TelegramClient-UI.package/TCUChatInfoPage.class/instance/addTestmorph.st b/packages/TelegramClient-UI.package/TCUChatInfoPage.class/instance/addTestmorph.st deleted file mode 100644 index 7f01bd70..00000000 --- a/packages/TelegramClient-UI.package/TCUChatInfoPage.class/instance/addTestmorph.st +++ /dev/null @@ -1,5 +0,0 @@ -as yet unclassified -addTestmorph - - self createTestMorph. - self contentWrapper addMorph: self testmorph. \ No newline at end of file diff --git a/packages/TelegramClient-UI.package/TCUChatInfoPage.class/instance/createTestMorph.st b/packages/TelegramClient-UI.package/TCUChatInfoPage.class/instance/createTestMorph.st deleted file mode 100644 index 741b6193..00000000 --- a/packages/TelegramClient-UI.package/TCUChatInfoPage.class/instance/createTestMorph.st +++ /dev/null @@ -1,13 +0,0 @@ -as yet unclassified -createTestMorph - - self testmorph: (RectangleMorph new - borderWidth: 0; - color: Color white; - layoutPolicy: TableLayout new; - listDirection: #topToBottom; - hResizing: #spaceFill; - vResizing: #shrinkWrap; - cellInset: self class defaultContentInset; - useRoundedCorners; - yourself). \ No newline at end of file diff --git a/packages/TelegramClient-UI.package/TCUChatInfoPage.class/instance/testmorph..st b/packages/TelegramClient-UI.package/TCUChatInfoPage.class/instance/testmorph..st deleted file mode 100644 index 041d64fe..00000000 --- a/packages/TelegramClient-UI.package/TCUChatInfoPage.class/instance/testmorph..st +++ /dev/null @@ -1,4 +0,0 @@ -as yet unclassified -testmorph: aRectangleMorph - - testmorph := aRectangleMorph \ No newline at end of file diff --git a/packages/TelegramClient-UI.package/TCUChatInfoPage.class/instance/testmorph.st b/packages/TelegramClient-UI.package/TCUChatInfoPage.class/instance/testmorph.st deleted file mode 100644 index a632754a..00000000 --- a/packages/TelegramClient-UI.package/TCUChatInfoPage.class/instance/testmorph.st +++ /dev/null @@ -1,4 +0,0 @@ -as yet unclassified -testmorph - - ^ testmorph. \ No newline at end of file diff --git a/packages/TelegramClient-UI.package/TCUChatInfoPage.class/methodProperties.json b/packages/TelegramClient-UI.package/TCUChatInfoPage.class/methodProperties.json index 814d99e2..41c55ec1 100644 --- a/packages/TelegramClient-UI.package/TCUChatInfoPage.class/methodProperties.json +++ b/packages/TelegramClient-UI.package/TCUChatInfoPage.class/methodProperties.json @@ -17,7 +17,6 @@ "addInfoBar" : "RS 5/20/2021 21:28", "addInfoText" : "jkon 5/15/2024 11:04", "addPhoto" : "jkon 5/22/2024 10:26", - "addTestmorph" : "TU 6/14/2024 09:29", "addTitle" : "jkon 5/22/2024 10:55", "addTitleText" : "jkon 5/22/2024 11:04", "addUserList" : "jkon 5/15/2024 11:55", @@ -31,7 +30,6 @@ "createContentWrapper" : "jkon 5/15/2024 11:53", "createDescription" : "RS 5/29/2021 18:32", "createInfoBar" : "RS 5/20/2021 21:31", - "createTestMorph" : "TU 6/14/2024 09:29", "createTitle" : "jkon 5/22/2024 10:54", "description" : "RS 5/29/2021 18:46", "description:" : "RK 8/4/2021 10:26", @@ -43,8 +41,6 @@ "photoPage" : "jkon 5/15/2024 15:05", "photoPage:" : "jkon 5/15/2024 15:05", "showPhotoPage" : "jkon 5/15/2024 15:07", - "testmorph" : "TU 6/14/2024 09:29", - "testmorph:" : "TU 6/14/2024 09:29", "title" : "jkon 5/22/2024 10:50", "title:" : "jkon 5/22/2024 10:50", "userList" : "per 6/3/2021 17:27",