From 3224d7121aff91ab8d888831dc493ef621e3dd39 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 23 May 2016 23:32:16 +0100 Subject: move image content handlers to accomodate core build changes --- image/bmp.h | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 image/bmp.h (limited to 'image/bmp.h') diff --git a/image/bmp.h b/image/bmp.h deleted file mode 100644 index f3b398584..000000000 --- a/image/bmp.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Copyright 2006 Richard Wilson - * Copyright 2008 Sean Fox - * - * This file is part of NetSurf, http://www.netsurf-browser.org/ - * - * NetSurf is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * NetSurf is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -/** \file - * Content for image/bmp (interface). - */ - -#ifndef _NETSURF_IMAGE_BMP_H_ -#define _NETSURF_IMAGE_BMP_H_ - -#include - -extern bmp_bitmap_callback_vt bmp_bitmap_callbacks; /** Only to be used by ICO code. */ - -nserror nsbmp_init(void); - -#endif -- cgit v1.2.3