aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
diff options
context:
space:
mode:
Diffstat (limited to 'fbi.c')
-rw-r--r--fbi.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/fbi.c b/fbi.c
index b7edd3b..8315321 100644
--- a/fbi.c
+++ b/fbi.c
@@ -1691,13 +1691,6 @@ int main(int argc, char *argv[])
timeout = arg;
break;
case KEY_VERBOSE:
-#if 0 /* fbdev testing/debugging hack */
- {
- ioctl(gfx->fb_fd,FBIOBLANK,1);
- sleep(1);
- ioctl(gfx->fb_fd,FBIOBLANK,0);
- }
-#endif
statusline = !statusline;
break;
case KEY_DESC: