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:
Matthieu Gautier
2018-08-30 10:57:43 +02:00
parent c9eac04050
commit 541fb0cfd1
3 changed files with 0 additions and 57 deletions

View File

@ -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;
};
}