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; }