From 491db700af30d4183a16f5dded23308a33cd712f Mon Sep 17 00:00:00 2001 From: Ishan09811 <156402647+Ishan09811@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:19:31 +0530 Subject: [PATCH] Update ITimeZoneService.h --- app/src/main/cpp/skyline/services/timesrv/ITimeZoneService.h | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/cpp/skyline/services/timesrv/ITimeZoneService.h b/app/src/main/cpp/skyline/services/timesrv/ITimeZoneService.h index 149f087b..09576630 100644 --- a/app/src/main/cpp/skyline/services/timesrv/ITimeZoneService.h +++ b/app/src/main/cpp/skyline/services/timesrv/ITimeZoneService.h @@ -6,7 +6,6 @@ #include namespace skyline::service::timesrv { - inline long customRtc = 0; namespace core { struct TimeServiceObject; }