X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=43c7d815aaf7a09db13d9c388ee64b757b8f9f77;hp=5c574b95f724535f53ad50cbd62f39404c4dc203;hb=0afd88891b641bb01d18f0e39890f5e460a0c02f;hpb=15aeb79a9b30f4037ec0898452090e90da28f7f1 diff --git a/globals.h b/globals.h index 5c574b9..43c7d81 100644 --- a/globals.h +++ b/globals.h @@ -154,14 +154,4 @@ WHERE char *PgpSignAs; WHERE char *SmimeDefaultKey; WHERE char *SmimeCryptAlg; -#ifdef MAIN_C -const char *Weekdays[] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" }; -const char *Months[] = - { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", -"Nov", "Dec", "ERR" }; -#else -extern const char *Weekdays[]; -extern const char *Months[]; -#endif - #endif /* !_GLOBALS_H */