refactor: Remove word type based scoring

This commit is contained in:
Alexander Polynomdivision 2018-10-21 16:26:49 +02:00
parent 8575232454
commit f1a1c2531c

View File

@ -160,10 +160,3 @@ export function vocabToReviewCard(vocab: IVocab): IReviewCard[] {
}];
}
}
export function typeToPoints(type: VocabType) {
switch (type) {
// Nomen: 2P + 1 (Wenn richtig)
//
}
};