From eef459fc49e38a3492a0ff0b1f117822355aa528 Mon Sep 17 00:00:00 2001 From: dooglus Date: Mon, 21 Jan 2008 01:18:38 +0000 Subject: [PATCH] Don't display the frame efficiency. git-svn-id: http://svn.voria.com/code@1410 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/synfig/target_tile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synfig-core/trunk/src/synfig/target_tile.cpp b/synfig-core/trunk/src/synfig/target_tile.cpp index c12c2d0..a46fa61 100644 --- a/synfig-core/trunk/src/synfig/target_tile.cpp +++ b/synfig-core/trunk/src/synfig/target_tile.cpp @@ -52,7 +52,7 @@ const unsigned int DEF_TILE_HEIGHT= TILE_SIZE / 2; #define SYNFIG_OPTIMIZE_LAYER_TREE 1 #ifdef _DEBUG -#define SYNFIG_DISPLAY_EFFICIENCY 1 +// #define SYNFIG_DISPLAY_EFFICIENCY 1 #endif /* === G L O B A L S ======================================================= */ -- 2.7.4