From befa8cf32e28b9520ed71a70655599b3c640f9d2 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 17 Jun 2015 12:39:40 -0700 Subject: HTML standalone exporter: don't setup preferences We don't need them and they can cause the application to crash when called in a git hook. Signed-off-by: Dirk Hohndel --- export-html.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'export-html.cpp') 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(); -- cgit v1.2.3-70-g09d2