summaryrefslogtreecommitdiff
path: root/image/mng.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-01-04 17:07:11 +0000
committerVincent Sanders <vince@kyllikki.org>2014-01-04 17:07:11 +0000
commitf7916866e3e4a81a2ba69d75b04ee6c45673429e (patch)
tree26da28cc369c93b376e1c39a6cd5bf19746b6cbc /image/mng.h
parent5a408069c95674bc6e591d0f3a65d3d810746a0f (diff)
downloadnetsurf-f7916866e3e4a81a2ba69d75b04ee6c45673429e.tar.gz
netsurf-f7916866e3e4a81a2ba69d75b04ee6c45673429e.tar.bz2
remove all references to using libMNG
Diffstat (limited to 'image/mng.h')
-rw-r--r--image/mng.h29
1 files changed, 0 insertions, 29 deletions
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 <not_ginger_matt@users.sourceforge.net>
- *
- * 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 <http://www.gnu.org/licenses/>.
- */
-
-/** \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