mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Revert addition of pb.NoteIDs
This commit is contained in:
parent
5425b00d2b
commit
4745b55d27
3 changed files with 0 additions and 6 deletions
|
@ -33,7 +33,6 @@ from anki.rsbackend import ( # pylint: disable=unused-import
|
||||||
DBError,
|
DBError,
|
||||||
FormatTimeSpanContext,
|
FormatTimeSpanContext,
|
||||||
InvalidInput,
|
InvalidInput,
|
||||||
NoteIDs,
|
|
||||||
Progress,
|
Progress,
|
||||||
RustBackend,
|
RustBackend,
|
||||||
pb,
|
pb,
|
||||||
|
|
|
@ -47,7 +47,6 @@ TagTreeNode = pb.TagTreeNode
|
||||||
NoteType = pb.NoteType
|
NoteType = pb.NoteType
|
||||||
DeckTreeNode = pb.DeckTreeNode
|
DeckTreeNode = pb.DeckTreeNode
|
||||||
StockNoteType = pb.StockNoteType
|
StockNoteType = pb.StockNoteType
|
||||||
NoteIDs = pb.NoteIDs
|
|
||||||
BackendNoteTypeID = pb.NoteTypeID
|
BackendNoteTypeID = pb.NoteTypeID
|
||||||
ConcatSeparator = pb.ConcatenateSearchesIn.Separator
|
ConcatSeparator = pb.ConcatenateSearchesIn.Separator
|
||||||
SyncAuth = pb.SyncAuth
|
SyncAuth = pb.SyncAuth
|
||||||
|
|
|
@ -50,10 +50,6 @@ message NoteID {
|
||||||
int64 nid = 1;
|
int64 nid = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
message NoteIDs {
|
|
||||||
repeated int64 nids = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
message CardID {
|
message CardID {
|
||||||
int64 cid = 1;
|
int64 cid = 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue