mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 06:21:45 +03:00
remove unused external declaration and unecessary header use
This commit is contained in:
parent
4230366818
commit
972e13ca3f
@ -17,16 +17,13 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/** \file
|
||||
* Content for image/bmp (interface).
|
||||
/**
|
||||
* \file
|
||||
* interface to image/bmp content handler initialisation.
|
||||
*/
|
||||
|
||||
#ifndef _NETSURF_IMAGE_BMP_H_
|
||||
#define _NETSURF_IMAGE_BMP_H_
|
||||
|
||||
#include <libnsbmp.h>
|
||||
|
||||
extern bmp_bitmap_callback_vt bmp_bitmap_callbacks; /** Only to be used by ICO code. */
|
||||
#ifndef NETSURF_IMAGE_BMP_H_
|
||||
#define NETSURF_IMAGE_BMP_H_
|
||||
|
||||
nserror nsbmp_init(void);
|
||||
|
||||
|
@ -16,8 +16,9 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/** \file
|
||||
* Content for image/ico (implementation)
|
||||
/**
|
||||
* \file
|
||||
* implementation for image/ico content handler
|
||||
*/
|
||||
|
||||
#include <stdbool.h>
|
||||
@ -40,7 +41,6 @@ typedef struct nsico_content {
|
||||
struct content base;
|
||||
|
||||
struct ico_collection *ico; /** ICO collection data */
|
||||
|
||||
} nsico_content;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user