Revert addition of pb.NoteIDs

This commit is contained in:
RumovZ 2021-01-30 12:59:18 +01:00
parent 5425b00d2b
commit 4745b55d27
3 changed files with 0 additions and 6 deletions

View File

@ -33,7 +33,6 @@ from anki.rsbackend import ( # pylint: disable=unused-import
DBError,
FormatTimeSpanContext,
InvalidInput,
NoteIDs,
Progress,
RustBackend,
pb,

View File

@ -47,7 +47,6 @@ TagTreeNode = pb.TagTreeNode
NoteType = pb.NoteType
DeckTreeNode = pb.DeckTreeNode
StockNoteType = pb.StockNoteType
NoteIDs = pb.NoteIDs
BackendNoteTypeID = pb.NoteTypeID
ConcatSeparator = pb.ConcatenateSearchesIn.Separator
SyncAuth = pb.SyncAuth

View File

@ -50,10 +50,6 @@ message NoteID {
int64 nid = 1;
}
message NoteIDs {
repeated int64 nids = 1;
}
message CardID {
int64 cid = 1;
}