diff options
| author | Matt Fleming <matt.fleming@intel.com> | 2013-06-19 16:14:37 +0100 |
|---|---|---|
| committer | Matt Fleming <matt.fleming@intel.com> | 2013-06-19 16:14:37 +0100 |
| commit | ce709840593ab0e71556df316951bd2c70fc438c (patch) | |
| tree | 18bb1236b26e849b9cb5a24b34cec0d5d0fe06e8 /com32/include/syslinux | |
| parent | 17bb7fc8d7f7a3c5daf21f61aaa1663805cafa92 (diff) | |
| download | syslinux-ce709840593ab0e71556df316951bd2c70fc438c.tar.gz | |
ipappend: delete .ipappend_strings()
It's no longer referenced anywhere as everything has now moved to
*sysappend*.
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'com32/include/syslinux')
| -rw-r--r-- | com32/include/syslinux/firmware.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/com32/include/syslinux/firmware.h b/com32/include/syslinux/firmware.h index 636faeaa..032d8eec 100644 --- a/com32/include/syslinux/firmware.h +++ b/com32/include/syslinux/firmware.h @@ -56,7 +56,6 @@ struct firmware { struct output_ops *o_ops; struct input_ops *i_ops; void (*get_serial_console_info)(uint16_t *, uint16_t *, uint16_t *); - bool (*ipappend_strings)(char **, int *); struct adv_ops *adv_ops; int (*boot_linux)(void *, size_t, struct initramfs *, struct setup_data *, char *); |
