From 0447618f7e177be4ec76483273a92a5023e37050 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Wed, 17 Sep 2025 00:50:03 -0500 Subject: [PATCH] hotfix: merge fix --- common/shareddb.cpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/common/shareddb.cpp b/common/shareddb.cpp index d680df1de..0ef0cbe4e 100644 --- a/common/shareddb.cpp +++ b/common/shareddb.cpp @@ -56,19 +56,6 @@ #include "repositories/damageshieldtypes_repository.h" #include "repositories/items_repository.h" -namespace ItemField -{ - enum { - source = 0, -#define F(x) x, -#include "item_fieldlist.h" -#undef F - updated, - minstatus, - comment, - }; -} - SharedDatabase::SharedDatabase() : Database() {