From c344c07579c1250aa74b13e6b50cad6282c4aa55 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 23 Jul 2011 23:13:19 -0400 Subject: [PATCH] Diagnostics - Removing render timing info to ViewText::render. It's not useful. --- src/ViewText.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ViewText.cpp b/src/ViewText.cpp index 425c91fc8..830bc1061 100644 --- a/src/ViewText.cpp +++ b/src/ViewText.cpp @@ -29,7 +29,6 @@ #include #include -#include #include #include #include @@ -107,8 +106,6 @@ void ViewText::set (int row, int col, Color color) //////////////////////////////////////////////////////////////////////////////// std::string ViewText::render () { - Timer timer ("ViewText::render"); - // Determine minimal, ideal column widths. std::vector minimal; std::vector ideal;