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" }