diff options
| author | 2013-05-23 18:38:45 -0700 | |
|---|---|---|
| committer | 2013-05-23 21:33:19 -0700 | |
| commit | ecbcd4db4721c9e4a6b4253a5f45f43fa9e80fc7 (patch) | |
| tree | 7074fbf17e3fbe467a11a0613737c423e9f92926 /qt-ui | |
| parent | 641db88a2c6b50ccbb2df1546de42b779541bf0c (diff) | |
| download | subsurface-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')
| -rw-r--r-- | qt-ui/models.cpp | 2 |
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) { } |