diff options
-rw-r--r-- | export-html.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/export-html.cpp b/export-html.cpp index fd92fbd87..5c509d521 100644 --- a/export-html.cpp +++ b/export-html.cpp @@ -18,7 +18,6 @@ int main(int argc, char **argv) { QApplication *application = new QApplication(argc, argv); git_libgit2_init(); - setup_system_prefs(); prefs = default_prefs; init_qt_late(); |