summaryrefslogtreecommitdiffstats
path: root/export-html.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'export-html.cpp')
-rw-r--r--export-html.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/export-html.cpp b/export-html.cpp
index 652cb2c93..2371d5551 100644
--- a/export-html.cpp
+++ b/export-html.cpp
@@ -13,7 +13,6 @@
#include "git2.h"
#include "core/subsurfacestartup.h"
#include "core/divelogexportlogic.h"
-#include "core/windowtitleupdate.h"
#include "core/statistics.h"
int main(int argc, char **argv)
@@ -42,7 +41,6 @@ int main(int argc, char **argv)
qDebug() << "need --source and --output";
exit(1);
}
- WindowTitleUpdate *wtu = new WindowTitleUpdate();
int ret = parse_file(qPrintable(source));
if (ret) {
fprintf(stderr, "parse_file returned %d\n", ret);