[vte] all: Remove vtedeprecated.h
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] all: Remove vtedeprecated.h
- Date: Thu, 27 Mar 2014 18:48:06 +0000 (UTC)
commit 8b7ecc9d646a58d86b38c7b0f943778f766a2995
Author: Christian Persch <chpe gnome org>
Date: Thu Mar 27 18:45:14 2014 +0100
all: Remove vtedeprecated.h
No more deprecated functions remaining!
src/Makefile.am | 7 +++----
src/vte.h | 6 ------
src/vtedeprecated.h | 36 ------------------------------------
3 files changed, 3 insertions(+), 46 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 6ccdfac..b6883da 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,7 +5,7 @@ EXTRA_DIST = iso2022.txt
# The library
headerdir = $(includedir)/vte-$(VTE_API_VERSION)/vte
-header_HEADERS = vte.h vtepty.h vtetypebuiltins.h vteversion.h vtedeprecated.h
+header_HEADERS = vte.h vtepty.h vtetypebuiltins.h vteversion.h
lib_LTLIBRARIES = libvte- VTE_API_MAJOR_VERSION@ VTE_API_MINOR_VERSION@.la
@@ -59,7 +59,6 @@ libvte_ VTE_API_MAJOR_VERSION@_ VTE_API_MINOR_VERSION@_la_SOURCES = \
vteconv.h \
vtedraw.c \
vtedraw.h \
- vtedeprecated.h \
vteint.h \
vtepty.h \
vtepty-private.h \
@@ -125,13 +124,13 @@ marshal.h: marshal.list
vtetypebuiltins.h: stamp-vtetypebuiltins.h
@true
-stamp-vtetypebuiltins.h: vtetypebuiltins.h.template vte.h vtepty.h vtedeprecated.h
+stamp-vtetypebuiltins.h: vtetypebuiltins.h.template vte.h vtepty.h
$(AM_V_GEN) $(GLIB_MKENUMS) --template $< $(filter %.h,$^) > xgen-vtbh \
&& (cmp -s xgen-vtbh vtetypebuiltins.h || cp xgen-vtbh vtetypebuiltins.h ) \
&& rm -f xgen-vtbh \
&& echo timestamp > $(@F)
-vtetypebuiltins.c: vtetypebuiltins.c.template vte.h vtepty.h vtedeprecated.h
+vtetypebuiltins.c: vtetypebuiltins.c.template vte.h vtepty.h
$(AM_V_GEN) $(GLIB_MKENUMS) --template $< $(filter %.h,$^) > xgen-vtbc \
&& (cmp -s xgen-vtbc vtetypebuiltins.c || cp xgen-vtbc vtetypebuiltins.c ) \
&& rm -f xgen-vtbc
diff --git a/src/vte.h b/src/vte.h
index 2b0382e..2c321aa 100644
--- a/src/vte.h
+++ b/src/vte.h
@@ -407,10 +407,4 @@ gboolean vte_terminal_write_contents (VteTerminal *terminal,
G_END_DECLS
-#ifndef VTE_DISABLE_DEPRECATED
-#define __VTE_VTE_H_INSIDE__ 1
-#include "vtedeprecated.h"
-#undef __VTE_VTE_H_INSIDE__
-#endif /* VTE_DISABLE_DEPRECATED */
-
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]