From d54e226fcbdb3b05a159ec7b3a16aef9a4e40adf Mon Sep 17 00:00:00 2001 From: mathusummut Date: Sat, 6 Oct 2018 23:53:01 +0200 Subject: [PATCH] Removed unused private field --- source/shared_lib/include/map/map_preview.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source/shared_lib/include/map/map_preview.h b/source/shared_lib/include/map/map_preview.h index dcac134b4..215d07930 100644 --- a/source/shared_lib/include/map/map_preview.h +++ b/source/shared_lib/include/map/map_preview.h @@ -138,7 +138,6 @@ namespace Shared { string author; string desc; string recScn; - int type; int h; int w; int heightFactor;