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>
This commit is contained in:
Anton Lundin 2013-12-02 21:17:06 +01:00 committed by Dirk Hohndel
parent 599ffdc2a9
commit 6294c6b14b

View file

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