diff --git a/Fltk/FlGui.cpp b/Fltk/FlGui.cpp
index 451a6ec35c65e27974a3c26999080383fc51c089..80e372c70197740379fc9ee2afdee366e783e1f1 100644
--- a/Fltk/FlGui.cpp
+++ b/Fltk/FlGui.cpp
@@ -55,7 +55,6 @@ class drawContextFltk : public drawContextGlobal{
         FlGui::instance()->graph[i]->gl[j]->redraw();
 	// to initialize the camera distance from model
 	drawContext * ctx = FlGui::instance()->graph[i]->gl[j]->getDrawContext();
-	//ctx->camera.init();
 	ctx->camera.update();
       }
     }