summaryrefslogtreecommitdiffstats
path: root/thumbs.c
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-17 14:58:15 +0100
committerBert <ber.t@gmx.com>2011-02-17 14:58:15 +0100
commitac747c3f91e7723d6d08a34f94d45cd36587c48d (patch)
treec6ae373d693e5aec209f86cd352286b7f9da6b50 /thumbs.c
parente09a6b5e3f8c3869617fb3e749c4e455ba50989a (diff)
downloadnsxiv-ac747c3f91e7723d6d08a34f94d45cd36587c48d.tar.zst
Removed debug output
Diffstat (limited to 'thumbs.c')
-rw-r--r--thumbs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/thumbs.c b/thumbs.c
index a5b98fa..bac00d9 100644
--- a/thumbs.c
+++ b/thumbs.c
@@ -85,8 +85,6 @@ void tns_render(tns_t *tns, win_t *win) {
if (!tns || !win)
return;
-
- printf("tns_render()\n");
tns->cols = win->w / thumb_dim;
tns->rows = win->h / thumb_dim;