summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/EventBuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/EventBuffer.cpp')
-rw-r--r--src/libs/engine/EventBuffer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/engine/EventBuffer.cpp b/src/libs/engine/EventBuffer.cpp
index b706012c..28417c31 100644
--- a/src/libs/engine/EventBuffer.cpp
+++ b/src/libs/engine/EventBuffer.cpp
@@ -250,6 +250,7 @@ EventBuffer::merge(const EventBuffer& a, const EventBuffer& b)
a.rewind();
b.rewind();
+#if 0
uint32_t a_frames;
uint32_t a_subframes;
uint16_t a_type;
@@ -261,6 +262,7 @@ EventBuffer::merge(const EventBuffer& a, const EventBuffer& b)
uint16_t b_type;
uint16_t b_size;
uint8_t* b_data;
+#endif
cout << "FIXME: merge" << endl;
#if 0