From f99fe7ec05ddecd104e4ffae5bbe5ef78eec2c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20D=C3=B6rbandt?= Date: Thu, 11 Jan 2024 22:47:02 +0100 Subject: [PATCH] Remove SoundBuffer>>storeOn: --- .../SoundBuffer.extension/instance/storeOn..st | 8 -------- .../SoundBuffer.extension/methodProperties.json | 5 ----- src/Squot.package/SoundBuffer.extension/properties.json | 2 -- 3 files changed, 15 deletions(-) delete mode 100644 src/Squot.package/SoundBuffer.extension/instance/storeOn..st delete mode 100644 src/Squot.package/SoundBuffer.extension/methodProperties.json delete mode 100644 src/Squot.package/SoundBuffer.extension/properties.json diff --git a/src/Squot.package/SoundBuffer.extension/instance/storeOn..st b/src/Squot.package/SoundBuffer.extension/instance/storeOn..st deleted file mode 100644 index 0bccf296f..000000000 --- a/src/Squot.package/SoundBuffer.extension/instance/storeOn..st +++ /dev/null @@ -1,8 +0,0 @@ -*Squot-Mapper-Storing -storeOn: aStream - aStream - nextPutAll: '('; - nextPutAll: self class name; - nextPutAll: ' fromByteArray: '; - store: self asByteArray; - nextPutAll: ')'. \ No newline at end of file diff --git a/src/Squot.package/SoundBuffer.extension/methodProperties.json b/src/Squot.package/SoundBuffer.extension/methodProperties.json deleted file mode 100644 index b5e8f6191..000000000 --- a/src/Squot.package/SoundBuffer.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "storeOn:" : "mad 1/9/2024 18:22" } } diff --git a/src/Squot.package/SoundBuffer.extension/properties.json b/src/Squot.package/SoundBuffer.extension/properties.json deleted file mode 100644 index 617a9f7d2..000000000 --- a/src/Squot.package/SoundBuffer.extension/properties.json +++ /dev/null @@ -1,2 +0,0 @@ -{ - "name" : "SoundBuffer" }