From fcfb8169cfa5fefe5610bcc4297500ead2dfaf42 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Sat, 11 Jan 2014 21:13:16 +1000 Subject: many comment changes, some small code changes Sweep through and clean up all (most) of the comments in the code. While there, adjust some variable and function names to be more consistent, and make a few small code changes - again, mostly for consistency. Signed-off-by: Steve Bennett --- jim-format.c | 1 - 1 file changed, 1 deletion(-) (limited to 'jim-format.c') diff --git a/jim-format.c b/jim-format.c index 9ea0b51..dc6f8ae 100644 --- a/jim-format.c +++ b/jim-format.c @@ -45,7 +45,6 @@ #include #include "utf8.h" -#define JIM_UTF_MAX 3 #define JIM_INTEGER_SPACE 24 #define MAX_FLOAT_WIDTH 320 -- cgit v1.1