diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-02-10 14:03:10 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-02-10 14:03:33 +0100 |
commit | 599957bd31ebfa536b726445c4250ebbd542fec8 (patch) | |
tree | b2709aec9600056ded54bb39b79a7a27bbaf22e5 | |
parent | 34776b10d6721a1e4e2fa75feefdc971f864c47b (diff) |
fb-helper.c: remove unused FORMAT_ARRAY_SIZE define
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | fb-helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fb-helper.c b/fb-helper.c index 2fa248c..593a3be 100644 --- a/fb-helper.c +++ b/fb-helper.c @@ -24,7 +24,6 @@ #include <curl/curl.h> #include <curl/easy.h> -#define FORMAT_ARRAY_SIZE 5 #define FORMAT_BYTES_BUFFER 16 #define FORMAT_TIME_BUFFER 16 #define SAMPLE_COUNT 15 |