Skip to content

Commit 27c8ef2

Browse files
committed
add test file; minor cleanup
1 parent 7774133 commit 27c8ef2

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

cli/src/server.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ int main(int argc, char **argv) {
4545
html_config.embed_shipped_resources = true;
4646
html_config.relative_resource_paths = false;
4747
html_config.text_document_margin = true;
48+
html_config.editable = true;
4849

4950
{
5051
std::string prefix = "one_file";

src/odr/global_params.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class GlobalParams {
1515
static void set_fontconfig_data_path(const std::string &path);
1616
static void set_poppler_data_path(const std::string &path);
1717
static void set_pdf2htmlex_data_path(const std::string &path);
18-
static void set_custom_tmpfile_path(const std::string &path);
1918

2019
private:
2120
static GlobalParams &instance();

0 commit comments

Comments
 (0)