diff options
author | Simon Howard | 2010-08-20 13:01:29 +0000 |
---|---|---|
committer | Simon Howard | 2010-08-20 13:01:29 +0000 |
commit | 1d8283647fe152be88fad6b675c601ff8c423487 (patch) | |
tree | 75fbf7212234ece137a8f87ac0be175d428986a4 /src | |
parent | d6a516833146d29d5e7b0d4f8ed6b80ecb193b88 (diff) | |
download | chocolate-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.c | 2 |
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) |