diff options
| author | Stefan Monnier | 2012-11-08 16:02:10 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2012-11-08 16:02:10 -0500 |
| commit | de5ef41a76f05eb072ef06b053e543ce67fa3241 (patch) | |
| tree | 80dbe2a7a6277ce875b230df0d76c0e853a2ef34 /src/xfaces.c | |
| parent | a23c4171a74f79674172683b9b227e036109cf54 (diff) | |
| download | emacs-de5ef41a76f05eb072ef06b053e543ce67fa3241.tar.gz emacs-de5ef41a76f05eb072ef06b053e543ce67fa3241.zip | |
* src/xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic)
(Qultra_condensed, Qextra_condensed, Qcondensed, Qsemi_condensed)
(Qsemi_expanded, Qextra_expanded, Qexpanded, Qultra_expanded):
Remove unused vars.
Diffstat (limited to 'src/xfaces.c')
| -rw-r--r-- | src/xfaces.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 41c618612ac..eb19622435d 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -314,16 +314,10 @@ static Lisp_Object QCfontset; | |||
| 314 | Lisp_Object Qnormal; | 314 | Lisp_Object Qnormal; |
| 315 | Lisp_Object Qbold; | 315 | Lisp_Object Qbold; |
| 316 | static Lisp_Object Qline, Qwave; | 316 | static Lisp_Object Qline, Qwave; |
| 317 | static Lisp_Object Qultra_light, Qreverse_oblique, Qreverse_italic; | ||
| 318 | Lisp_Object Qextra_light, Qlight; | 317 | Lisp_Object Qextra_light, Qlight; |
| 319 | Lisp_Object Qsemi_light, Qsemi_bold, Qextra_bold, Qultra_bold; | 318 | Lisp_Object Qsemi_light, Qsemi_bold, Qextra_bold, Qultra_bold; |
| 320 | Lisp_Object Qoblique; | 319 | Lisp_Object Qoblique; |
| 321 | Lisp_Object Qitalic; | 320 | Lisp_Object Qitalic; |
| 322 | static Lisp_Object Qultra_condensed, Qextra_condensed; | ||
| 323 | Lisp_Object Qcondensed; | ||
| 324 | static Lisp_Object Qsemi_condensed, Qsemi_expanded, Qextra_expanded; | ||
| 325 | Lisp_Object Qexpanded; | ||
| 326 | static Lisp_Object Qultra_expanded; | ||
| 327 | static Lisp_Object Qreleased_button, Qpressed_button; | 321 | static Lisp_Object Qreleased_button, Qpressed_button; |
| 328 | static Lisp_Object QCstyle, QCcolor, QCline_width; | 322 | static Lisp_Object QCstyle, QCcolor, QCline_width; |
| 329 | Lisp_Object Qunspecified; /* used in dosfns.c */ | 323 | Lisp_Object Qunspecified; /* used in dosfns.c */ |
| @@ -6451,7 +6445,6 @@ syms_of_xfaces (void) | |||
| 6451 | DEFSYM (Qreleased_button, "released-button"); | 6445 | DEFSYM (Qreleased_button, "released-button"); |
| 6452 | DEFSYM (Qpressed_button, "pressed-button"); | 6446 | DEFSYM (Qpressed_button, "pressed-button"); |
| 6453 | DEFSYM (Qnormal, "normal"); | 6447 | DEFSYM (Qnormal, "normal"); |
| 6454 | DEFSYM (Qultra_light, "ultra-light"); | ||
| 6455 | DEFSYM (Qextra_light, "extra-light"); | 6448 | DEFSYM (Qextra_light, "extra-light"); |
| 6456 | DEFSYM (Qlight, "light"); | 6449 | DEFSYM (Qlight, "light"); |
| 6457 | DEFSYM (Qsemi_light, "semi-light"); | 6450 | DEFSYM (Qsemi_light, "semi-light"); |
| @@ -6461,16 +6454,6 @@ syms_of_xfaces (void) | |||
| 6461 | DEFSYM (Qultra_bold, "ultra-bold"); | 6454 | DEFSYM (Qultra_bold, "ultra-bold"); |
| 6462 | DEFSYM (Qoblique, "oblique"); | 6455 | DEFSYM (Qoblique, "oblique"); |
| 6463 | DEFSYM (Qitalic, "italic"); | 6456 | DEFSYM (Qitalic, "italic"); |
| 6464 | DEFSYM (Qreverse_oblique, "reverse-oblique"); | ||
| 6465 | DEFSYM (Qreverse_italic, "reverse-italic"); | ||
| 6466 | DEFSYM (Qultra_condensed, "ultra-condensed"); | ||
| 6467 | DEFSYM (Qextra_condensed, "extra-condensed"); | ||
| 6468 | DEFSYM (Qcondensed, "condensed"); | ||
| 6469 | DEFSYM (Qsemi_condensed, "semi-condensed"); | ||
| 6470 | DEFSYM (Qsemi_expanded, "semi-expanded"); | ||
| 6471 | DEFSYM (Qexpanded, "expanded"); | ||
| 6472 | DEFSYM (Qextra_expanded, "extra-expanded"); | ||
| 6473 | DEFSYM (Qultra_expanded, "ultra-expanded"); | ||
| 6474 | DEFSYM (Qbackground_color, "background-color"); | 6457 | DEFSYM (Qbackground_color, "background-color"); |
| 6475 | DEFSYM (Qforeground_color, "foreground-color"); | 6458 | DEFSYM (Qforeground_color, "foreground-color"); |
| 6476 | DEFSYM (Qunspecified, "unspecified"); | 6459 | DEFSYM (Qunspecified, "unspecified"); |