mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 21:48:11 +00:00
cal: Remove unused variable declarations
This commit is contained in:
parent
1eb048bed0
commit
304752fccb
1 changed files with 0 additions and 2 deletions
|
@ -17,8 +17,6 @@ const int column_width = 22;
|
||||||
char print_buffer[line_width * line_count];
|
char print_buffer[line_width * line_count];
|
||||||
char temp_buffer[line_width * 8];
|
char temp_buffer[line_width * 8];
|
||||||
|
|
||||||
int target_year;
|
|
||||||
int target_month;
|
|
||||||
int target_day;
|
int target_day;
|
||||||
|
|
||||||
int current_year;
|
int current_year;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue