mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 21:46:57 +03:00
Lose redundant function
svn path=/trunk/netsurf/; revision=4207
This commit is contained in:
parent
50f520379b
commit
b1c8ab83f2
@ -98,19 +98,6 @@ void bitmap_destroy(struct bitmap *bitmap)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Render a bitmap.
|
|
||||||
*/
|
|
||||||
|
|
||||||
bool bitmap_redraw(struct content *c, int x, int y,
|
|
||||||
int width, int height,
|
|
||||||
int clip_x0, int clip_y0, int clip_x1, int clip_y1,
|
|
||||||
float scale, unsigned long background_colour)
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Save a bitmap in the platform's native format.
|
* Save a bitmap in the platform's native format.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user