Remove dumpers from the public API.

All those dumper were not used by any of our other projects.
They are only used internally, either by `Library::writeToFile` or the
server.
This commit is contained in:
Matthieu Gautier 2023-09-18 16:19:56 +02:00
parent e13324fbba
commit 49e99e7c22
5 changed files with 0 additions and 4 deletions

View File

@ -4,10 +4,6 @@ headers = [
'common.h',
'library.h',
'manager.h',
'libxml_dumper.h',
'opds_dumper.h',
'library_dumper.h',
'html_dumper.h',
'downloader.h',
'search_renderer.h',
'server.h',