This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
sxiv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Removed debug output
master
Bert
14 years ago
parent
e09a6b5e3f
commit
ac747c3f91
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
thumbs.c
+ 0
- 2
thumbs.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save