From 03b8952fac7a6ab60affee9c090117895078b40a Mon Sep 17 00:00:00 2001 From: Tomasz Golinski Date: Wed, 30 Aug 2023 15:13:35 +0200 Subject: [PATCH] Update config_user_example.h according to last refactor --- config_user_example.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/config_user_example.h b/config_user_example.h index 3e48dbb..90eacf8 100644 --- a/config_user_example.h +++ b/config_user_example.h @@ -1,13 +1,5 @@ #pragma once -// Default OC user to use when command line switches are not used -std::string ocpl_user_uuid = ""; -std::string ocde_user_uuid = ""; -std::string ocus_user_uuid = ""; -std::string ocnl_user_uuid = ""; -std::string ocro_user_uuid = ""; -std::string ocuk_user_uuid = ""; - // Consumer key for OKAPI instances std::string ocpl_key = ""; std::string ocde_key = ""; @@ -15,6 +7,3 @@ std::string ocus_key = ""; std::string ocnl_key = ""; std::string ocro_key = ""; std::string ocuk_key = ""; - -// Home location -Cache::home = { 0, 0 };