mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: move cylinder_use_text declaration to equipment.h
This is unrelated to struct dive and also wasn't defined in dive.c Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
df4c0ed403
commit
f2494931e9
2 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,6 @@ extern "C" {
|
|||
|
||||
extern int last_xml_version;
|
||||
|
||||
extern const char *cylinderuse_text[NUM_GAS_USE];
|
||||
extern const char *divemode_text_ui[];
|
||||
extern const char *divemode_text[];
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ extern "C" {
|
|||
struct dive;
|
||||
|
||||
enum cylinderuse {OC_GAS, DILUENT, OXYGEN, NOT_USED, NUM_GAS_USE}; // The different uses for cylinders
|
||||
extern const char *cylinderuse_text[NUM_GAS_USE];
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue