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.h | |
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.h')
-rw-r--r-- | hw/xfree86/os-support/linux/lnx.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hw/xfree86/os-support/linux/lnx.h b/hw/xfree86/os-support/linux/lnx.h index 085c94265..33363dd3d 100644 --- a/hw/xfree86/os-support/linux/lnx.h +++ b/hw/xfree86/os-support/linux/lnx.h @@ -41,13 +41,6 @@ extern long (*_iobase)(unsigned, int, int, int); # endif # endif /* __alpha__ */ -# if defined(DO_OS_FONTRESTORE) -Bool lnx_savefont(void); -Bool lnx_restorefont(void); -Bool lnx_switchaway(void); -void lnx_freefontdata(void); -# endif - #define LNX_H_ #endif |