From cf5a7b9679d96ce515d1dcd955d25b956be8bdad Mon Sep 17 00:00:00 2001 From: StevenPuttemans Date: Tue, 20 Jan 2015 15:41:39 +0100 Subject: [PATCH] remove an unused #endif --- samples/gpu/opengl.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/gpu/opengl.cpp b/samples/gpu/opengl.cpp index d90a665..441212e 100644 --- a/samples/gpu/opengl.cpp +++ b/samples/gpu/opengl.cpp @@ -109,5 +109,3 @@ int main(int argc, char* argv[]) return 0; } - -#endif -- 2.7.4