summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/divelogexportdialog.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-09 20:28:12 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-09 21:50:36 -0800
commit60ee897b297d6704be00f14ff295112476891b60 (patch)
tree64fad8b2a59bcf404099257e7e708aca07bde27d /desktop-widgets/divelogexportdialog.h
parentb8fbf7218268ae5f82d610fdddb686c1e85aff6e (diff)
downloadsubsurface-60ee897b297d6704be00f14ff295112476891b60.tar.gz
Remove unused member function
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/divelogexportdialog.h')
-rw-r--r--desktop-widgets/divelogexportdialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/divelogexportdialog.h b/desktop-widgets/divelogexportdialog.h
index a5b5cc770..b72d96c50 100644
--- a/desktop-widgets/divelogexportdialog.h
+++ b/desktop-widgets/divelogexportdialog.h
@@ -32,7 +32,6 @@ private:
Ui::DiveLogExportDialog *ui;
void showExplanation();
void exportHtmlInit(const QString &filename);
- void exportHTMLsettings(const QString &filename);
void export_depths(const char *filename, const bool selected_only);
};