From f7916866e3e4a81a2ba69d75b04ee6c45673429e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 4 Jan 2014 17:07:11 +0000 Subject: remove all references to using libMNG --- image/mng.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 image/mng.h (limited to 'image/mng.h') diff --git a/image/mng.h b/image/mng.h deleted file mode 100644 index 7ad779904..000000000 --- a/image/mng.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - * Copyright 2004 Richard Wilson - * - * 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/mng, image/png, and image/jng (interface). - */ - -#ifndef _NETSURF_IMAGE_MNG_H_ -#define _NETSURF_IMAGE_MNG_H_ - -nserror nsmng_init(void); -nserror nsjpng_init(void); - -#endif -- cgit v1.2.3