瀏覽代碼

Removed debug output

master
Bert 14 年之前
父節點
當前提交
ac747c3f91
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. +0
    -2
      thumbs.c

+ 0
- 2
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;


Loading…
取消
儲存