summaryrefslogtreecommitdiff
path: root/frontends/kolibrios/fb/framebuffer.c
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-04-21 23:18:15 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-10-25 22:04:54 +0200
commite94504c0d57e0cc3f6508c489762d7ffea3242be (patch)
treed38488d1cd055d2ba3b81a75a1cf4ad317057777 /frontends/kolibrios/fb/framebuffer.c
parent476423b2ec5479efd3fbe5a83689dfad6622036a (diff)
downloadnetsurf-e94504c0d57e0cc3f6508c489762d7ffea3242be.tar.gz
netsurf-e94504c0d57e0cc3f6508c489762d7ffea3242be.tar.bz2
Move port for kolibrios ahead.
Look at diff from master and reconcile.
Diffstat (limited to 'frontends/kolibrios/fb/framebuffer.c')
-rw-r--r--frontends/kolibrios/fb/framebuffer.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/frontends/kolibrios/fb/framebuffer.c b/frontends/kolibrios/fb/framebuffer.c
index eae6a0605..5b209f46a 100644
--- a/frontends/kolibrios/fb/framebuffer.c
+++ b/frontends/kolibrios/fb/framebuffer.c
@@ -581,13 +581,8 @@ framebuffer_initialise(const char *fename, int width, int height, int bpp)
return NULL;
}
- fprintf(stderr, "Our: %s\n", fename);
-
- __asm__ __volatile__("int3");
-
fbtype = nsfb_type_from_name(fename);
if (fbtype == NSFB_SURFACE_NONE) {
- fprintf(stderr, "Got fucked here because nsfb_type_from_name failed for : %s\n", fename);
LOG("The %s surface is not available from libnsfb\n", fename);
return NULL;
}