From 7b3235e191f6dde02c466ce121c83fe52b72cd3e Mon Sep 17 00:00:00 2001 From: CoreTaxxe <47256718+CoreTaxxe@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:28:07 +0200 Subject: [PATCH] Remove new line --- scene/main/timer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/scene/main/timer.h b/scene/main/timer.h index 9ac106ac179..5eb3842af56 100644 --- a/scene/main/timer.h +++ b/scene/main/timer.h @@ -95,7 +95,6 @@ private: TimerProcessCallback timer_process_callback = TIMER_PROCESS_IDLE; TimerProcessType timer_process_type = TIMER_PROCESS_TYPE_TIME; void _set_process(bool p_process, bool p_force = false); - }; VARIANT_ENUM_CAST(Timer::TimerProcessCallback);