mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
emcc.c: remove savefile_read_ctx.
It wasn't ever used! Looks as if I pasted it in here from one of the other implementations, before realising that wasn't how I was going to read save files at all.
This commit is contained in:
5
emcc.c
5
emcc.c
@ -899,11 +899,6 @@ void free_save_file(char *buffer)
|
|||||||
sfree(buffer);
|
sfree(buffer);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct savefile_read_ctx {
|
|
||||||
const char *buffer;
|
|
||||||
int len_remaining;
|
|
||||||
};
|
|
||||||
|
|
||||||
static bool savefile_read(void *vctx, void *buf, int len)
|
static bool savefile_read(void *vctx, void *buf, int len)
|
||||||
{
|
{
|
||||||
return js_savefile_read(buf, len);
|
return js_savefile_read(buf, len);
|
||||||
|
Reference in New Issue
Block a user