summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2014-02-19 14:45:33 -0500
committerGaetan Nadon <memsize@videotron.ca>2014-04-17 10:21:13 -0400
commit1f3bc1686261272594f06ddc8adf528317afcfb4 (patch)
treefc89da5c9d7e232d0ecf94899083b1feee0f7e3c
parent369f761050933fc094c3836fcdb42ad961bf0340 (diff)
config: remove old dead code for documentation
Reviewed-by: Uli Schlachter <psychon@znc.in> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--.gitignore1
-rw-r--r--configure.ac1
-rw-r--r--xcb_util_intro.in24
3 files changed, 0 insertions, 26 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 2f9482c..a42c8f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,6 +19,5 @@ AC_CONFIG_FILES([
Makefile
image/Makefile
image/xcb-image.pc
- xcb_util_intro
])
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 ?
-
-*/