diff --git a/calendar.wcl b/calendar.wcl deleted file mode 100644 index 53a7331..0000000 Binary files a/calendar.wcl and /dev/null differ diff --git a/src/work-calendar.cpp b/src/work-calendar.cpp index c1dc4b6..6d4f75b 100644 --- a/src/work-calendar.cpp +++ b/src/work-calendar.cpp @@ -13,11 +13,11 @@ extern bool should_exit; extern bool show_demo_window; //standard year -static int year = 2025; +static int year; -static int current_year = 2025; -static int current_month = 1; -static int current_day = 1; +static int current_year; +static int current_month; +static int current_day; //fonts static ImFont *inter_regular;