spice-experimental: Remove obsolete file

This header was removed in 2014 (3c6b4e415) as deprecated and added again
in 2015 (2e88eb705) as causing some issue with former Qemu versions.
After 4 years remove again, now there should not be any usage of it.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Snir Sheriber <ssheribe@redhat.com>
This commit is contained in:
Frediano Ziglio 2019-05-18 08:44:09 +01:00
parent 5ee001a5b0
commit 148203a5d2
3 changed files with 0 additions and 26 deletions

View File

@ -64,7 +64,6 @@ libspice_serverinclude_HEADERS = \
spice-audio.h \
spice-char.h \
spice-core.h \
spice-experimental.h \
spice-input.h \
spice-migration.h \
spice-qxl.h \

View File

@ -26,7 +26,6 @@ spice_server_headers = [
'spice-audio.h',
'spice-char.h',
'spice-core.h',
'spice-experimental.h',
'spice-input.h',
'spice-migration.h',
'spice-qxl.h',

View File

@ -1,24 +0,0 @@
/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
Copyright (C) 2009-2015 Red Hat, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef SPICE_EXPERIMENTAL_H_
#define SPICE_EXPERIMENTAL_H_
#warning spice-experimental.h is deprecated
#endif /* SPICE_EXPERIMENTAL_H_ */