From 8d34d5190db8a7af9a63c802e4f14a3b8a4ee7d1 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Thu, 28 Jul 2016 18:23:50 +0200 Subject: Revert "BUILD: Fix test compilation with event recorder enabled" This reverts commit 1f8667c5d949070035390531e4f10c0f945d7352. --- common/scummsys.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'common/scummsys.h') diff --git a/common/scummsys.h b/common/scummsys.h index 3513ee2d7d..5e1069fb46 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -215,10 +215,6 @@ #include "config.h" #endif -// Now we need to adjust some settings when running tests -#ifdef COMPILING_TESTS -#undef ENABLE_EVENTRECORDER -#endif // In the following we configure various targets, in particular those // which can't use our "configure" tool and hence don't use config.h. -- cgit v1.2.3