[Xcb] [PATCH util-wm 2/7] Remove documentation dead code

Gaetan Nadon memsize at videotron.ca
Thu Feb 6 13:55:48 PST 2014


There is no evidence this file has ever been used.

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 .gitignore        |    3 +--
 configure.ac      |    3 +--
 xcb_util_intro.in |   24 ------------------------
 3 files changed, 2 insertions(+), 28 deletions(-)
 delete mode 100644 xcb_util_intro.in

diff --git a/.gitignore b/.gitignore
index a6605c5..7c46eb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -76,6 +76,5 @@ core
 #		Edit the following section as needed
 # For example, !report.pc overrides *.pc. See 'man gitignore'
 #
-xcb_util_intro
 ewmh/ewmh.c
-ewmh/xcb_ewmh.h
\ No newline at end of file
+ewmh/xcb_ewmh.h
diff --git a/configure.ac b/configure.ac
index 719aef2..f95a93f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,6 +16,5 @@ AC_CONFIG_FILES([Makefile
 	icccm/Makefile
 	icccm/xcb-icccm.pc
 	ewmh/Makefile
-	ewmh/xcb-ewmh.pc
-	xcb_util_intro])
+	ewmh/xcb-ewmh.pc])
 AC_OUTPUT
diff --git a/xcb_util_intro.in b/xcb_util_intro.in
deleted file mode 100644
index f063613..0000000
--- a/xcb_util_intro.in
+++ /dev/null
@@ -1,24 +0,0 @@
-/** 
- at file
- at brief XCB Utility functions
- 
-These routines are used to facilitate the use of XCB in programs.
-*/
-
-/**
-
- at mainpage XCB Utility Documentation
- at version @PACKAGE_VERSION@
- at author Ian Osgood <iano at quirkster.com>
- at author Bart Massey <bart at cs.pdx.edu>
- at author Jamey Sharp <jamey at minilop.net>
- at author Josh Triplett <josh at freedesktop.org>
- at author Keith Packard <keithp at keithp.com>
- at author Vincent Torri <torri at iecn.u-nancy.fr>
- at author Julien Danjou <julien at danjou.info>
- at author Arnaud Fontaine <arnau at debian.org>
- at date 2005-2008
-
- at section intro What is available ?
-
-*/
-- 
1.7.9.5



More information about the Xcb mailing list