소스 검색

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)