summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2014-02-13 17:07:22 -0500
committerArnaud Fontaine <arnau@debian.org>2014-02-17 17:49:03 +0900
commit4a6cde4f80c8c2168d217f0d64d31835167f0803 (patch)
tree58b4f346dbc47bc9109f76425ef3d03c9730e09f
parent218448233fc37b694d9721176f771f2a52afe70e (diff)
downloadxcb-util-4a6cde4f80c8c2168d217f0d64d31835167f0803.tar.gz
config: remove old dead code for documentation
Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Arnaud Fontaine <arnau@debian.org>
-rw-r--r--.gitignore1
-rw-r--r--configure.ac3
-rw-r--r--xcb_util_intro.in24
3 files changed, 1 insertions, 27 deletions
diff --git a/.gitignore b/.gitignore
index fa4026e..c9f356c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -76,4 +76,3 @@ core
# Edit the following section as needed
# For example, !report.pc overrides *.pc. See 'man gitignore'
#
-xcb_util_intro
diff --git a/configure.ac b/configure.ac
index a5224c7..5a6b220 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,6 +16,5 @@ AC_CONFIG_FILES([Makefile
xcb-atom.pc
xcb-aux.pc
xcb-event.pc
- xcb-util.pc
- xcb_util_intro])
+ xcb-util.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 ?
-
-*/