Delete copy & paste crud

This commit is contained in:
Matthias Neeracher 2006-11-27 06:58:28 +00:00
parent b1ac753039
commit df858d805c

View File

@ -10,14 +10,6 @@
@implementation VLDocument (MMA)
const int kMajorOffset = 6;
const int kMinorOffset = 9;
const char * sKeyNames[] = {
"ges", "des", "as", "es", "bes", "f",
"c", "g", "d", "a", "e", "b", "fis", "cis", "gis"
};
- (NSData *)mmaDataWithError:(NSError **)outError
{
char buf[32];