summaryrefslogtreecommitdiff
path: root/frontends/kolibrios/fb/framebuffer.c
diff options
context:
space:
mode:
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;
}