summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/divelogexportdialog.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-26 14:48:05 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-26 14:48:05 -0700
commit548c062aa507dc9b9c3fbf6e0ae176eb126dfb33 (patch)
tree120fb6efa8021a5116bcf1b47cc31df6c13e0ef7 /desktop-widgets/divelogexportdialog.cpp
parent0c410aaf5d0119854877ca6c93d0fff6609d2045 (diff)
downloadsubsurface-548c062aa507dc9b9c3fbf6e0ae176eb126dfb33.tar.gz
Another unused variable
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/divelogexportdialog.cpp')
-rw-r--r--desktop-widgets/divelogexportdialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/divelogexportdialog.cpp b/desktop-widgets/divelogexportdialog.cpp
index f1b459b48..ec945efbc 100644
--- a/desktop-widgets/divelogexportdialog.cpp
+++ b/desktop-widgets/divelogexportdialog.cpp
@@ -242,7 +242,6 @@ void DiveLogExportDialog::export_TeX(const char *filename, const bool selected_o
struct units *units = get_units();
const char *unit;
int i;
- int tmp;
bool need_pagebreak = false;
struct membuffer buf = {};