diff options
author | Matt Turner <mattst88@gmail.com> | 2009-11-05 22:40:03 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-11-06 06:23:26 -0800 |
commit | c61e77c77ca309f3676370992f41867807ed0c67 (patch) | |
tree | ac9ed4550aea2f226dddf77a4ed7c975a6666e04 /hw/xfree86/os-support/linux/lnx_video.c | |
parent | 15ffe9f51b122494a2b292b3ab1f199d3e81600c (diff) |
Remove lnx_font.c and lnx.h
I couldn't find any version of the X xserver that ever used lnx_font.c
so let's delete it. I tried contacting its author, Egbert, multiple
times on IRC and email [*] but never got any response. It also hasn't
been seriously touched since January 2005.
[*] http://lists.x.org/archives/xorg-devel/2009-October/002855.html
Signed-off-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw/xfree86/os-support/linux/lnx_video.c')
-rw-r--r-- | hw/xfree86/os-support/linux/lnx_video.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/linux/lnx_video.c b/hw/xfree86/os-support/linux/lnx_video.c index 09d178797..e159f4691 100644 --- a/hw/xfree86/os-support/linux/lnx_video.c +++ b/hw/xfree86/os-support/linux/lnx_video.c @@ -38,7 +38,6 @@ #include "xf86Priv.h" #include "xf86_OSlib.h" #include "xf86OSpriv.h" -#include "lnx.h" #ifdef __alpha__ #include "shared/xf86Axp.h" #endif |