mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Diagnostics
- Removing render timing info to ViewText::render. It's not useful.
This commit is contained in:
parent
abcda0bcfa
commit
c344c07579
1 changed files with 0 additions and 3 deletions
|
@ -29,7 +29,6 @@
|
|||
|
||||
#include <ViewText.h>
|
||||
#include <Context.h>
|
||||
#include <Timer.h>
|
||||
#include <text.h>
|
||||
#include <utf8.h>
|
||||
#include <main.h>
|
||||
|
@ -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 <int> minimal;
|
||||
std::vector <int> ideal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue