summaryrefslogtreecommitdiffstats
path: root/export-html.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'export-html.cpp')
-rw-r--r--export-html.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/export-html.cpp b/export-html.cpp
index fecbb5235..4907a6bb6 100644
--- a/export-html.cpp
+++ b/export-html.cpp
@@ -49,13 +49,9 @@ int main(int argc, char **argv)
// this should have set up the informational preferences - let's grab
// the units from there
-
prefs.unit_system = git_prefs.unit_system;
prefs.units = git_prefs.units;
- // populate the statistics
- process_all_dives();
-
// now set up the export settings to create the HTML export
struct htmlExportSetting hes;
hes.themeFile = "sand.css";