diff options
author | Bert <ber.t@gmx.com> | 2011-02-17 14:58:15 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-02-17 14:58:15 +0100 |
commit | ac747c3f91e7723d6d08a34f94d45cd36587c48d (patch) | |
tree | c6ae373d693e5aec209f86cd352286b7f9da6b50 /thumbs.c | |
parent | e09a6b5e3f8c3869617fb3e749c4e455ba50989a (diff) |
Removed debug output
Diffstat (limited to 'thumbs.c')
-rw-r--r-- | thumbs.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |