diff --git a/Userland/Utilities/cal.cpp b/Userland/Utilities/cal.cpp index 06eaf83be5c..c18fc5015e7 100644 --- a/Userland/Utilities/cal.cpp +++ b/Userland/Utilities/cal.cpp @@ -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;