[vte] Remove unused function declaration
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] Remove unused function declaration
- Date: Sun, 4 Apr 2010 15:20:35 +0000 (UTC)
commit d8569b1a45bdba4f09d6162ad9287f47ac8ca25f
Author: Christian Persch <chpe gnome org>
Date: Sun Apr 4 17:20:16 2010 +0200
Remove unused function declaration
src/vtetc.c | 1 +
src/vtetc.h | 3 ---
2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/vtetc.c b/src/vtetc.c
index 88e814c..951d5f7 100644
--- a/src/vtetc.c
+++ b/src/vtetc.c
@@ -20,6 +20,7 @@
#include <string.h>
#include <stdlib.h>
#include <glib.h>
+#include <termcap.h>
#include "vtetc.h"
diff --git a/src/vtetc.h b/src/vtetc.h
index 585ab22..d1bab8d 100644
--- a/src/vtetc.h
+++ b/src/vtetc.h
@@ -54,9 +54,6 @@ char *_vte_termcap_find_string_length(struct _vte_termcap *termcap,
const char *tname,
const char *cap, gssize *length);
-/* Preprocess a termcap-style string, expanding any escape sequences. */
-void _vte_termcap_strip(const char *termcap, char **stripped, gssize *len);
-
G_END_DECLS
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]