summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2012-01-07 17:08:17 -0500
committerSam Lantinga <slouken@libsdl.org>2012-01-07 17:08:17 -0500
commitdda06ef88895d761e4d67a298fe40f0b9a5b89a8 (patch)
treef6497ab6bc7c77bb4e0ded1d02d19706d93ba9c0 /test
parent229028ddb4e20818523b8d0b184612ee0ba673f4 (diff)
Updated SDL test projects
Diffstat (limited to 'test')
-rw-r--r--test/testnative.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/testnative.h b/test/testnative.h
index 09164154..275c0d61 100644
--- a/test/testnative.h
+++ b/test/testnative.h
@@ -41,8 +41,6 @@ extern NativeWindowFactory X11WindowFactory;
support to the build system, which is a little tricky. You can uncomment
it manually though and link testnativecocoa.m into the test application.
*/
-#if 1
#define TEST_NATIVE_COCOA
extern NativeWindowFactory CocoaWindowFactory;
#endif
-#endif