diff options
Diffstat (limited to 'calendar/main.h')
-rw-r--r-- | calendar/main.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/calendar/main.h b/calendar/main.h deleted file mode 100644 index 81605a55f6..0000000000 --- a/calendar/main.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef MAIN_H -#define MAIN_H - -extern int day_begin, day_end; -extern char *user_name; -extern int am_pm_flag; - -void properties (void); -void day_range_changed (void); - -#endif |