diff options
author | Anton Lundin <glance@acc.umu.se> | 2013-12-02 21:17:06 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-02 12:33:38 -0800 |
commit | 6294c6b14b646374168ea2eb372200c906b4c848 (patch) | |
tree | 83350bba6c73798fc1be16cf9b793cbaada6b84a /qt-ui | |
parent | 599ffdc2a9811594453fcc9d1f1f949ec2cbefbb (diff) | |
download | subsurface-6294c6b14b646374168ea2eb372200c906b4c848.tar.gz |
Remove unused variable
Leftover from previous code that called get_gas_string
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/models.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/models.cpp b/qt-ui/models.cpp index f53c068e6..7be4a8ae3 100644 --- a/qt-ui/models.cpp +++ b/qt-ui/models.cpp @@ -1587,7 +1587,6 @@ QVariant ProfilePrintModel::data(const QModelIndex &index, int role) const case Qt::DisplayRole: { struct DiveItem di; di.dive = dive; - char buf[80]; const QString unknown = tr("unknown"); |