From 427d87a9d47212bb995e7d1e4eaa85d6304a51be Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 20 Apr 2014 10:24:26 +1000 Subject: Clean up a bunch of warnings in extantz. --- ClientHamr/extantz/crappisspuke.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ClientHamr/extantz/crappisspuke.cpp') diff --git a/ClientHamr/extantz/crappisspuke.cpp b/ClientHamr/extantz/crappisspuke.cpp index 576dd2b..6a560f1 100644 --- a/ClientHamr/extantz/crappisspuke.cpp +++ b/ClientHamr/extantz/crappisspuke.cpp @@ -33,7 +33,7 @@ EAPI int startIrr(GLData *gld) void *display = NULL; unsigned long sfc = 0; void *ctx = NULL; - Evas_GL_API *gl = gld->glApi; +// Evas_GL_API *gl = gld->glApi; #if USE_DEMO myDemo = new CDemo(gld, additive); @@ -238,7 +238,7 @@ EAPI void drawIrr_start(GLData *gld) // Work out a frame delta time. const u32 now = device->getTimer()->getTime(); - const f32 frameDeltaTime = (f32)(now - then) / 1000.f; // Time in seconds +// const f32 frameDeltaTime = (f32)(now - then) / 1000.f; // Time in seconds then = now; -- cgit v1.1