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/video.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 image/video.h (limited to 'image/video.h') diff --git a/image/video.h b/image/video.h deleted file mode 100644 index 376c837ba..000000000 --- a/image/video.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright 2011 John-Mark Bell - * - * 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 . - */ - -#ifndef NETSURF_IMAGE_VIDEO_H_ -#define NETSURF_IMAGE_VIDEO_H_ - -#include "utils/errors.h" - -nserror nsvideo_init(void); - -#endif -- cgit v1.2.3