From b86ede073f78121f58cbad9a56f55041191a150b Mon Sep 17 00:00:00 2001 From: J08nY Date: Tue, 27 Feb 2018 16:47:27 +0100 Subject: Drop CSV support. --- src/misc/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc') diff --git a/src/misc/config.h b/src/misc/config.h index 367de52..9a8f8af 100644 --- a/src/misc/config.h +++ b/src/misc/config.h @@ -12,7 +12,7 @@ #include enum field_e { FIELD_PRIME = 1 << 0, FIELD_BINARY = 1 << 1 }; -enum format_e { FORMAT_JSON, FORMAT_CSV }; +enum format_e { FORMAT_JSON }; enum points_e { POINTS_NONE = 0, POINTS_PRIME, -- cgit v1.3.1