From 8579220fe01876bf93eaa6654d2950e91662c6ec Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Tue, 17 Sep 2024 12:53:46 +0200 Subject: Removed redundant initialisation --- src/zenserver/projectstore/projectstore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/zenserver/projectstore/projectstore.h b/src/zenserver/projectstore/projectstore.h index 10008f989..f98ac7f11 100644 --- a/src/zenserver/projectstore/projectstore.h +++ b/src/zenserver/projectstore/projectstore.h @@ -97,8 +97,8 @@ public: struct Paging { - int32_t Start = -1; - int32_t Count = -1; + int32_t Start; + int32_t Count; }; std::vector GetAllChunksInfo(); -- cgit v1.2.3