From 5888d24c6f00dad71862934cd1db36b1cce9b29a Mon Sep 17 00:00:00 2001 From: horkyja3 Date: Fri, 8 Apr 2011 16:57:49 +0200 Subject: [PATCH] removed fprintf in display --- opengl/runGlutMainLoop.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/opengl/runGlutMainLoop.cpp b/opengl/runGlutMainLoop.cpp index a388efb..c5db8fe 100644 --- a/opengl/runGlutMainLoop.cpp +++ b/opengl/runGlutMainLoop.cpp @@ -356,11 +356,6 @@ void display(void) } glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); - FILE * fp; - fp = fopen("draw.txt","a"); - fprintf(fp,"%i %i %i",thc->selected[0],thc->selected[1],thc->selected[2]); - fclose(fp); - thc->mutex_lock(); -- 2.11.4.GIT