diff options
author | James Brown | 2002-04-15 17:58:25 +0000 |
---|---|---|
committer | James Brown | 2002-04-15 17:58:25 +0000 |
commit | 18ee3f37e6fc51f3010b191f21f16617c64cb6fe (patch) | |
tree | 5881f7d77de20f7fd2d388d50e5b205e02d65704 | |
parent | d263f7eb733646865d8f69197720634ae01b8039 (diff) | |
download | scummvm-rg350-18ee3f37e6fc51f3010b191f21f16617c64cb6fe.tar.gz scummvm-rg350-18ee3f37e6fc51f3010b191f21f16617c64cb6fe.tar.bz2 scummvm-rg350-18ee3f37e6fc51f3010b191f21f16617c64cb6fe.zip |
Remove old debug message.
svn-id: r3946
-rw-r--r-- | gui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -197,7 +197,6 @@ void Gui::drawWidget(const GuiWidget * w) } if (*text) { - printf("drawString(%s)\n", text); drawString(text, x + _parentX, y + _parentY, w->_w, (_clickWidget && _clickWidget == w->_id) ? _textcolorhi : _textcolor, |