cleanup: move the inertgas enum from qthelper.hpp to deco.c

There are no outside users.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-05-05 22:37:23 +02:00 committed by Robert C. Helling
parent 123937901f
commit 33b4ecf055
2 changed files with 1 additions and 1 deletions

View file

@ -30,6 +30,7 @@
#include "planner.h"
#include "qthelper.h"
enum inertgas { N2, HE };
#define cube(x) (x * x * x)
// Subsurface until v4.6.2 appeared to produce marginally less conservative plans than our benchmarks.

View file

@ -10,7 +10,6 @@ struct picture;
// 1) Types
enum inertgas {N2, HE};
enum watertypes {FRESHWATER, BRACKISHWATER, EN13319WATER, SALTWATER, DC_WATERTYPE};
// 2) Functions visible only to C++ parts