diff options
author | Adam Jackson <ajax@redhat.com> | 2011-01-20 22:49:32 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2011-03-08 13:17:24 -0500 |
commit | 82a8677d9175732a61df4116a396b76a7704efb4 (patch) | |
tree | e74cf5580a5a3a5ad1d5d1d26289ec01a09d2089 /dix/Makefile.am | |
parent | 1564c82417d201de5b9a5ec5e7aa4ef14c45fbad (diff) |
dix: Remove deprecated.c
No more internal users, this can be dropped now.
Reviewed-by: Soren Sandmann <ssp@redhat.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'dix/Makefile.am')
-rw-r--r-- | dix/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dix/Makefile.am b/dix/Makefile.am index 59e512ba7..543554669 100644 --- a/dix/Makefile.am +++ b/dix/Makefile.am @@ -10,7 +10,6 @@ libdix_la_SOURCES = \ atom.c \ colormap.c \ cursor.c \ - deprecated.c \ devices.c \ dispatch.c \ dispatch.h \ |