summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Howard2010-08-20 13:01:29 +0000
committerSimon Howard2010-08-20 13:01:29 +0000
commit1d8283647fe152be88fad6b675c601ff8c423487 (patch)
tree75fbf7212234ece137a8f87ac0be175d428986a4 /src
parentd6a516833146d29d5e7b0d4f8ed6b80ecb193b88 (diff)
downloadchocolate-doom-1d8283647fe152be88fad6b675c601ff8c423487.tar.gz
chocolate-doom-1d8283647fe152be88fad6b675c601ff8c423487.tar.bz2
chocolate-doom-1d8283647fe152be88fad6b675c601ff8c423487.zip
Remove debug printf().
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1960
Diffstat (limited to 'src')
-rw-r--r--src/i_video.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i_video.c b/src/i_video.c
index d2d0d169..ee10a12e 100644
--- a/src/i_video.c
+++ b/src/i_video.c
@@ -467,8 +467,6 @@ static void UpdateMouseButtonState(unsigned int button, boolean on)
break;
}
- printf("button %i -> %s\n", button, on ? "on" : "off");
-
// Turn bit representing this button on or off.
if (on)