Browse Source

Removed stray debug code

pull/13/head
ocornut 10 years ago
parent
commit
901e9890d4
  1. 4
      imgui.cpp

4
imgui.cpp

@ -2370,10 +2370,6 @@ void TextUnformatted(const char* text, const char* text_end)
pos.y += lines_skipped * line_height;
}
}
else
{
printf("");
}
// lines to render?
if (line < text_end)

Loading…
Cancel
Save