mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-11 03:54:30 +03:00
remove debug; it isn't helping determine the cause of the crash on exit
This commit is contained in:
parent
34c79b454a
commit
8304a01b6f
@ -35,7 +35,6 @@
|
||||
#include <proto/intuition.h>
|
||||
#include <proto/utility.h>
|
||||
#include "utils/messages.h"
|
||||
#include "utils/log.h"
|
||||
|
||||
/**
|
||||
* Create a bitmap.
|
||||
@ -64,8 +63,6 @@ void *bitmap_create(int width, int height, unsigned int state)
|
||||
else bitmap->opaque = false;
|
||||
}
|
||||
|
||||
LOG(("Created bitmap %lx", bitmap));
|
||||
|
||||
return bitmap;
|
||||
}
|
||||
|
||||
@ -119,8 +116,6 @@ void bitmap_destroy(void *bitmap)
|
||||
{
|
||||
struct bitmap *bm = bitmap;
|
||||
|
||||
LOG(("Freeing bitmap %lx", bitmap));
|
||||
|
||||
if(bm)
|
||||
{
|
||||
if((bm->nativebm) && (bm->dto == NULL)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user