Remove frameSampleCount from cores since OE can implement it better internally

This commit is contained in:
Alexander Strange
2012-02-28 01:51:58 -05:00
parent 6e4f086bd0
commit da12beb130
-5
View File
@@ -330,11 +330,6 @@ static void writeSaveFile(const char* path, int type)
return SIZESOUNDBUFFER;
}
- (NSUInteger)frameSampleCount
{
return SAMPLEFRAME;
}
- (NSUInteger)frameSampleRate
{
return SAMPLERATE;