mirror of https://github.com/kiwix/libkiwix.git
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:
parent
e13324fbba
commit
49e99e7c22
|
@ -4,10 +4,6 @@ headers = [
|
||||||
'common.h',
|
'common.h',
|
||||||
'library.h',
|
'library.h',
|
||||||
'manager.h',
|
'manager.h',
|
||||||
'libxml_dumper.h',
|
|
||||||
'opds_dumper.h',
|
|
||||||
'library_dumper.h',
|
|
||||||
'html_dumper.h',
|
|
||||||
'downloader.h',
|
'downloader.h',
|
||||||
'search_renderer.h',
|
'search_renderer.h',
|
||||||
'server.h',
|
'server.h',
|
||||||
|
|
Loading…
Reference in New Issue