summaryrefslogtreecommitdiffstats
path: root/lib_i386/video.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:13 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:13 +0200
commit162484b83c392eeef33de2eb8111fcbe7f1e1e14 (patch)
treed803c4357400b05ff89cb5e25920cd359d0baa94 /lib_i386/video.c
parent13a0908f07be07b58df8f312acf92a58047383a6 (diff)
downloadbarebox-162484b83c392eeef33de2eb8111fcbe7f1e1e14.tar.gz
barebox-162484b83c392eeef33de2eb8111fcbe7f1e1e14.tar.xz
svn_rev_003
remove all #if 0 and #if 1
Diffstat (limited to 'lib_i386/video.c')
-rw-r--r--lib_i386/video.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib_i386/video.c b/lib_i386/video.c
index cd89457382..da39388920 100644
--- a/lib_i386/video.c
+++ b/lib_i386/video.c
@@ -186,9 +186,6 @@ int video_init(void)
orig_x = pos%cols;
orig_y = pos/cols;
-#if 0
- printf("pos %x %d %d\n", pos, orig_x, orig_y);
-#endif
if (orig_y > lines) {
orig_x = orig_y =0;
}