summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2014-02-06 16:55:48 -0500
committerArnaud Fontaine <arnau@debian.org>2014-02-10 10:59:08 +0900
commit3546b8114e87c17d19df3dd7aa50c5efd6ca6083 (patch)
tree707f0b8011371d4e49219bba37f3bb6ea1d1a9ab
parent2e4e3cc896361202e7b310e9df048f44723094a4 (diff)
Remove documentation dead code
There is no evidence this file has ever been used. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Arnaud Fontaine <arnau@debian.org>
-rw-r--r--.gitignore3
-rw-r--r--configure.ac3
-rw-r--r--xcb_util_intro.in24
3 files changed, 2 insertions, 28 deletions
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 @@
-/**
-@file
-@brief XCB Utility functions
-
-These routines are used to facilitate the use of XCB in programs.
-*/
-
-/**
-
-@mainpage XCB Utility Documentation
-@version @PACKAGE_VERSION@
-@author Ian Osgood <iano@quirkster.com>
-@author Bart Massey <bart@cs.pdx.edu>
-@author Jamey Sharp <jamey@minilop.net>
-@author Josh Triplett <josh@freedesktop.org>
-@author Keith Packard <keithp@keithp.com>
-@author Vincent Torri <torri@iecn.u-nancy.fr>
-@author Julien Danjou <julien@danjou.info>
-@author Arnaud Fontaine <arnau@debian.org>
-@date 2005-2008
-
-@section intro What is available ?
-
-*/