diff options
Diffstat (limited to 'src/xftfont.c')
| -rw-r--r-- | src/xftfont.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xftfont.c b/src/xftfont.c index f0ad8db0c28..c587d814efa 100644 --- a/src/xftfont.c +++ b/src/xftfont.c | |||
| @@ -38,9 +38,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 38 | 38 | ||
| 39 | /* Xft font driver. */ | 39 | /* Xft font driver. */ |
| 40 | 40 | ||
| 41 | Lisp_Object Qxft; | ||
| 42 | static Lisp_Object QChinting, QCautohint, QChintstyle, QCrgba, QCembolden, | ||
| 43 | QClcdfilter; | ||
| 44 | 41 | ||
| 45 | /* The actual structure for Xft font that can be cast to struct | 42 | /* The actual structure for Xft font that can be cast to struct |
| 46 | font. */ | 43 | font. */ |