summaryrefslogtreecommitdiff
path: root/host/commands/emugen/tests/t.001/expected/encoder/foo_entry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/commands/emugen/tests/t.001/expected/encoder/foo_entry.cpp')
-rw-r--r--host/commands/emugen/tests/t.001/expected/encoder/foo_entry.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/host/commands/emugen/tests/t.001/expected/encoder/foo_entry.cpp b/host/commands/emugen/tests/t.001/expected/encoder/foo_entry.cpp
index b91129c03..05bf3bb6e 100644
--- a/host/commands/emugen/tests/t.001/expected/encoder/foo_entry.cpp
+++ b/host/commands/emugen/tests/t.001/expected/encoder/foo_entry.cpp
@@ -4,7 +4,6 @@
#include <stdlib.h>
#include "foo_client_context.h"
-#ifndef GL_TRUE
extern "C" {
void fooAlphaFunc(FooInt func, FooFloat ref);
FooBoolean fooIsBuffer(void* stuff);
@@ -13,7 +12,6 @@ extern "C" {
void fooTakeConstVoidPtrConstPtr(const void* const* param);
};
-#endif
#ifndef GET_CONTEXT
static foo_client_context_t::CONTEXT_ACCESSOR_TYPE *getCurrentContext = NULL;
void foo_client_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; }