summaryrefslogtreecommitdiffstats
path: root/src/server/EventBuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/EventBuffer.cpp')
-rw-r--r--src/server/EventBuffer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/EventBuffer.cpp b/src/server/EventBuffer.cpp
index 1e8713ba..419f84ea 100644
--- a/src/server/EventBuffer.cpp
+++ b/src/server/EventBuffer.cpp
@@ -152,6 +152,7 @@ EventBuffer::get_event(uint32_t* frames,
}
}
+#if 0
/** Get the object currently pointed to, or NULL if invalid.
*/
LV2_Atom*
@@ -164,6 +165,7 @@ EventBuffer::get_atom() const
}
return NULL;
}
+#endif
/** Get the event currently pointed to, or NULL if invalid.
*/