summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/divelogexportdialog.cpp
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.cpp
parentb8fbf7218268ae5f82d610fdddb686c1e85aff6e (diff)
downloadsubsurface-60ee897b297d6704be00f14ff295112476891b60.tar.gz
Remove unused member function
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/divelogexportdialog.cpp')
-rw-r--r--desktop-widgets/divelogexportdialog.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/desktop-widgets/divelogexportdialog.cpp b/desktop-widgets/divelogexportdialog.cpp
index 7a406b982..bd6951397 100644
--- a/desktop-widgets/divelogexportdialog.cpp
+++ b/desktop-widgets/divelogexportdialog.cpp
@@ -105,22 +105,6 @@ void DiveLogExportDialog::exportHtmlInit(const QString &filename)
exportHtmlInitLogic(filename, hes);
}
-void DiveLogExportDialog::exportHTMLsettings(const QString &filename)
-{
- QSettings settings;
- settings.beginGroup("HTML");
- settings.setValue("fontSelection", ui->fontSelection->currentIndex());
- settings.setValue("fontSizeSelection", ui->fontSizeSelection->currentIndex());
- settings.setValue("themeSelection", ui->themeSelection->currentIndex());
- settings.setValue("subsurfaceNumbers", ui->exportSubsurfaceNumber->isChecked());
- settings.setValue("yearlyStatistics", ui->exportStatistics->isChecked());
- settings.setValue("listOnly", ui->exportListOnly->isChecked());
- settings.setValue("exportPhotos", ui->exportPhotos->isChecked());
- settings.endGroup();
-
-}
-
-
void DiveLogExportDialog::on_exportGroup_buttonClicked(QAbstractButton *button)
{
showExplanation();