mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Remove unnecessary currentArticleOffset.
This protected member is never used.
This commit is contained in:
@ -56,7 +56,6 @@ class Reader
|
||||
Reader(const string zimFilePath);
|
||||
~Reader();
|
||||
|
||||
void reset();
|
||||
/**
|
||||
* Get the number of "displayable" articles in the zim file.
|
||||
*
|
||||
@ -421,7 +420,6 @@ class Reader
|
||||
zim::File* zimFileHandler;
|
||||
zim::size_type firstArticleOffset;
|
||||
zim::size_type lastArticleOffset;
|
||||
zim::size_type currentArticleOffset;
|
||||
zim::size_type nsACount;
|
||||
zim::size_type nsICount;
|
||||
std::string zimFilePath;
|
||||
|
Reference in New Issue
Block a user