mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-27 03:44:23 +03:00
No point in saving bitmaps
svn path=/trunk/netsurf/; revision=12011
This commit is contained in:
parent
b3608e3a63
commit
b4e78406e8
@ -99,7 +99,6 @@ size_t bitmap_get_bpp(void *bitmap)
|
||||
|
||||
bool bitmap_save(void *bitmap, const char *path, unsigned flags)
|
||||
{
|
||||
fprintf(stdout, "BITMAP_SAVE %s %08x\n", path, flags);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user