diff options
Diffstat (limited to 'lib/output.h')
-rw-r--r-- | lib/output.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/output.h b/lib/output.h index c7455d29..14c4bcf4 100644 --- a/lib/output.h +++ b/lib/output.h | |||
@@ -29,9 +29,7 @@ typedef struct subcheck_list { | |||
29 | * Possible output formats | 29 | * Possible output formats |
30 | */ | 30 | */ |
31 | typedef enum output_format { | 31 | typedef enum output_format { |
32 | MP_FORMAT_ONE_LINE, | ||
33 | MP_FORMAT_ICINGA_WEB_2, | 32 | MP_FORMAT_ICINGA_WEB_2, |
34 | MP_FORMAT_SUMMARY_ONLY, | ||
35 | MP_FORMAT_TEST_JSON, | 33 | MP_FORMAT_TEST_JSON, |
36 | } mp_output_format; | 34 | } mp_output_format; |
37 | 35 | ||