[Spice-devel] [PATCH spice-gtk] Remove unused spice-channel-enums.h file
Eduardo Lima (Etrunko)
etrunko at redhat.com
Thu Apr 26 15:30:24 UTC 2018
Signed-off-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>
---
src/Makefile.am | 5 -----
src/spice-channel-enums.h | 7 -------
2 files changed, 12 deletions(-)
delete mode 100644 src/spice-channel-enums.h
diff --git a/src/Makefile.am b/src/Makefile.am
index d2a749c..c6b76d4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -302,11 +302,6 @@ nodist_libspice_client_glibinclude_HEADERS = \
spice-glib-enums.h \
$(NULL)
-# file for API compatibility, but we don't want warning during our compilation
-dist_libspice_client_glibinclude_DATA = \
- spice-channel-enums.h \
- $(NULL)
-
if HAVE_PULSE
libspice_client_glib_2_0_la_SOURCES += \
spice-pulse.c \
diff --git a/src/spice-channel-enums.h b/src/spice-channel-enums.h
deleted file mode 100644
index 02df762..0000000
--- a/src/spice-channel-enums.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef SPICE_CHANNEL_ENUMS_H
-#define SPICE_CHANNEL_ENUMS_H
-
-#warning "deprecated: please include spice-glib-enums.h"
-#include "spice-glib-enums.h"
-
-#endif /* SPICE_CHANNEL_ENUMS_H */
--
2.14.3
More information about the Spice-devel
mailing list