]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
cal: remove unnused structure and definition
authorSami Kerola <kerolasa@iki.fi>
Sun, 13 Jul 2014 16:25:14 +0000 (17:25 +0100)
committerSami Kerola <kerolasa@iki.fi>
Sun, 13 Jul 2014 16:25:14 +0000 (17:25 +0100)
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
misc-utils/cal.c

index 1004266392217b6848e7c8ec1894ec1dd0ca674c..a11136a5ba2f1b2944b59657f718d793f85f9c0d 100644 (file)
@@ -187,12 +187,7 @@ enum {
 
 #define TODAY_FLAG             0x400           /* flag day for highlighting */
 
-#define FMT_ST_LINES 9
 #define FMT_ST_CHARS 300       /* 90 suffices in most locales */
-struct fmt_st
-{
-       char s[FMT_ST_LINES][FMT_ST_CHARS];
-};
 
 static const int days_in_month[2][13] = {
        {0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31},