aboutsummaryrefslogtreecommitdiff
path: root/common/recorderfile.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-07-28 23:05:30 +0300
committerGitHub2016-07-28 23:05:30 +0300
commitd8e7d3cc355827a0a7dc3de4e77fade1ec13a10c (patch)
tree7d1bf6d6a59d6eec7809796a174afaae8304cb6a /common/recorderfile.cpp
parent823c2f899b480a1fa494b08e1471142129293779 (diff)
parentf980ef5524897eac047f0d794af3971c7c71a6a3 (diff)
downloadscummvm-rg350-d8e7d3cc355827a0a7dc3de4e77fade1ec13a10c.tar.gz
scummvm-rg350-d8e7d3cc355827a0a7dc3de4e77fade1ec13a10c.tar.bz2
scummvm-rg350-d8e7d3cc355827a0a7dc3de4e77fade1ec13a10c.zip
Merge pull request #794 from bgK/fix-tests-event-recorder
COMMON: Fix tests when building with the event recorder
Diffstat (limited to 'common/recorderfile.cpp')
-rw-r--r--common/recorderfile.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/recorderfile.cpp b/common/recorderfile.cpp
index 04802aa0c8..71f8272b44 100644
--- a/common/recorderfile.cpp
+++ b/common/recorderfile.cpp
@@ -30,8 +30,6 @@
#include "graphics/surface.h"
#include "graphics/scaler.h"
-#ifdef ENABLE_EVENTRECORDER
-
#define RECORD_VERSION 1
namespace Common {
@@ -716,5 +714,3 @@ void PlaybackFile::checkRecordedMD5() {
}
-
-#endif // ENABLE_EVENTRECORDER