mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
599ffdc2a9
commit
6294c6b14b
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue