cal: Remove unused variable declarations

This commit is contained in:
Linus Groh 2021-05-31 18:02:48 +01:00
parent 1eb048bed0
commit 304752fccb
Notes: sideshowbarker 2024-07-18 17:06:15 +09:00

View File

@ -17,8 +17,6 @@ const int column_width = 22;
char print_buffer[line_width * line_count];
char temp_buffer[line_width * 8];
int target_year;
int target_month;
int target_day;
int current_year;