diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-05-05 22:37:23 +0200 |
---|---|---|
committer | Robert C. Helling <helling@atdotde.de> | 2020-05-06 00:22:31 +0200 |
commit | 33b4ecf0555371e0c325ff05707d70ac9e69c8db (patch) | |
tree | c91005579487aa69d81b4906f60ab54cb6fb69d4 /core/qthelper.h | |
parent | 123937901fe9c35fcb1be471fb6ad8a9f89f1b1d (diff) | |
download | subsurface-33b4ecf0555371e0c325ff05707d70ac9e69c8db.tar.gz |
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>
Diffstat (limited to 'core/qthelper.h')
-rw-r--r-- | core/qthelper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/qthelper.h b/core/qthelper.h index 0f3dd9c1b..8bb0bbdfa 100644 --- a/core/qthelper.h +++ b/core/qthelper.h @@ -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 |