mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Remove get_readerIndex in favor of get_zimId
The function get_readerIndex was used to get the zimId using an ordered vector of readers. Now we can use get_zimId directly.
This commit is contained in:
committed by
Matthieu Gautier
parent
c35f6f9142
commit
e2f6d91d51
@ -48,7 +48,6 @@ class Result
|
||||
virtual std::string get_content() = 0;
|
||||
virtual int get_wordCount() = 0;
|
||||
virtual int get_size() = 0;
|
||||
virtual int get_readerIndex() = 0;
|
||||
virtual std::string get_zimId() = 0;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user