0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 20:03:05 +02:00

NF: Remove previewCards(Note) that was never used

It was introduced in 2012 in 2f3ea8868c and does not seems to have ever been used since.
I believe it is safe to delete it
This commit is contained in:
Arthur Milchior 2020-12-08 06:28:54 +01:00 committed by Mike Hardy
parent 7a31ed7521
commit ca7b365987

View File

@ -939,9 +939,6 @@ public class Collection {
}
return cards;
}
public List<Card> previewCards(Note note) {
return previewCards(note, ADD);
}
/**
* Create a new card.