Diagnostics

- Removing render timing info to ViewText::render.  It's not useful.
This commit is contained in:
Paul Beckingham 2011-07-23 23:13:19 -04:00
parent abcda0bcfa
commit c344c07579

View file

@ -29,7 +29,6 @@
#include <ViewText.h> #include <ViewText.h>
#include <Context.h> #include <Context.h>
#include <Timer.h>
#include <text.h> #include <text.h>
#include <utf8.h> #include <utf8.h>
#include <main.h> #include <main.h>
@ -107,8 +106,6 @@ void ViewText::set (int row, int col, Color color)
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
std::string ViewText::render () std::string ViewText::render ()
{ {
Timer timer ("ViewText::render");
// Determine minimal, ideal column widths. // Determine minimal, ideal column widths.
std::vector <int> minimal; std::vector <int> minimal;
std::vector <int> ideal; std::vector <int> ideal;