summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-11 18:25:30 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-11 18:25:30 -0700
commit72cc123fbf3b5186771529cd5d9d9af46470b1af (patch)
treea0d5025ed286aa8367e7f282c8ba1b2c2996e083 /src
parentce440c7d68fa06763f8413859c25ae3a8a22c81b (diff)
downloadxorg-lib-libXext-72cc123fbf3b5186771529cd5d9d9af46470b1af.tar.gz
Remove headers for functions found in liblbxutil
As reported in https://bugs.freedesktop.org/show_bug.cgi?id=25880 they were already added to liblbxutil, but I missed removing them from here, where they're not used. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b9b43f7..6e34bb9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,9 +32,6 @@ libXext_la_SOURCES = \
libXextincludedir = $(includedir)/X11/extensions
libXextinclude_HEADERS = $(top_srcdir)/include/X11/extensions/dpms.h \
$(top_srcdir)/include/X11/extensions/extutil.h \
- $(top_srcdir)/include/X11/extensions/lbxbuf.h \
- $(top_srcdir)/include/X11/extensions/lbxbufstr.h \
- $(top_srcdir)/include/X11/extensions/lbximage.h \
$(top_srcdir)/include/X11/extensions/MITMisc.h \
$(top_srcdir)/include/X11/extensions/multibuf.h \
$(top_srcdir)/include/X11/extensions/security.h \