mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Remove the "current" book functionnality.
- This is not used by any application. - This is application specific and should not be stored in the library (who is a list of book).
This commit is contained in:
@ -23,7 +23,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stack>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
@ -171,7 +170,6 @@ class Library
|
||||
*/
|
||||
std::vector<std::string> getBooksIds();
|
||||
|
||||
stack<string> current;
|
||||
friend class OPDSDumper;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user