mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-16 17:22:44 +03:00
Fixup atari thumbnail creation function parameters
Missed this frontend in previous commit.
This commit is contained in:
parent
8a99b045bc
commit
8657bc563a
@ -16,11 +16,9 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "utils/nsurl.h"
|
||||
#include "desktop/thumbnail.h"
|
||||
|
||||
bool thumbnail_create(struct hlcache_handle *content, struct bitmap *bitmap,
|
||||
nsurl *url)
|
||||
bool thumbnail_create(struct hlcache_handle *content, struct bitmap *bitmap)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user