瀏覽代碼

Removed stray debug code

ocornut 11 年之前
父節點
當前提交
901e9890d4
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      imgui.cpp

+ 0 - 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)