Remove unused member function

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-03-09 20:28:12 -08:00
parent b8fbf72182
commit 60ee897b29
2 changed files with 0 additions and 17 deletions

View file

@ -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);
};