X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fdtime.c;h=1d3bc060f33907d4a885fd80c1bbfb2baa808a4b;hp=47ae79e05368628c701876ddbdc4c095ff2a1f31;hb=f78e7c6e6e616cc4ff2bee8a726365fafef2d8ce;hpb=c29e62470a481bcd4d54760b0578ca4bc1201681;ds=sidebyside diff --git a/sbr/dtime.c b/sbr/dtime.c index 47ae79e..1d3bc06 100644 --- a/sbr/dtime.c +++ b/sbr/dtime.c @@ -39,12 +39,6 @@ char *tw_ldotw[] = { "Saturday", NULL }; -struct zone { - char *std; - char *dst; - int shift; -}; - static int dmsize[] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };