aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/models.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-23 18:38:45 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-23 21:33:19 -0700
commitecbcd4db4721c9e4a6b4253a5f45f43fa9e80fc7 (patch)
tree7074fbf17e3fbe467a11a0613737c423e9f92926 /qt-ui/models.cpp
parent641db88a2c6b50ccbb2df1546de42b779541bf0c (diff)
downloadsubsurface-ecbcd4db4721c9e4a6b4253a5f45f43fa9e80fc7.tar.gz
Enable the weightsystem info and move the declarations to dive.h
Having the tank_info declared in models.cpp seemed unintuitive. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/models.cpp')
-rw-r--r--qt-ui/models.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/models.cpp b/qt-ui/models.cpp
index 0ef054533..5809fa55b 100644
--- a/qt-ui/models.cpp
+++ b/qt-ui/models.cpp
@@ -14,8 +14,6 @@
#include <QFont>
#include <QIcon>
-extern struct tank_info tank_info[100];
-
CylindersModel::CylindersModel(QObject* parent): QAbstractTableModel(parent), current(0), rows(0)
{
}