diff options
| author | Paul Eggert | 2015-05-31 11:47:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-05-31 11:50:01 -0700 |
| commit | 0c2a3cf62a0117586803513ef104ff3ef97c1c3f (patch) | |
| tree | 89247a8b1e9ba9eff229ae1f7e86919c07577e7a /src/textprop.c | |
| parent | 1e04ea9879eefd0ce15a386f575bdf85cbd4d38d (diff) | |
| download | emacs-0c2a3cf62a0117586803513ef104ff3ef97c1c3f.tar.gz emacs-0c2a3cf62a0117586803513ef104ff3ef97c1c3f.zip | |
Remove unused DEFSYMs
Remove DEFSYMs that aren't used at the C level. Also:
* src/decompress.c (Qzlib_dll):
* src/font.c (Qunicode_sip):
* src/frame.c (Qtip_frame):
* src/ftfont.c (Qserif):
* src/gnutls.c (Qgnutls_dll):
* src/xml.c (Qlibxml2_dll):
Move from here ...
* src/w32fns.c (syms_of_w32fns): ... to here,
as these are used only on MS-Windows.
Diffstat (limited to 'src/textprop.c')
| -rw-r--r-- | src/textprop.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/textprop.c b/src/textprop.c index 96d88edebd2..f6dbab09228 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -2377,12 +2377,8 @@ inherits it if NONSTICKINESS is nil. The `front-sticky' and | |||
| 2377 | 2377 | ||
| 2378 | /* Common attributes one might give text. */ | 2378 | /* Common attributes one might give text. */ |
| 2379 | 2379 | ||
| 2380 | DEFSYM (Qforeground, "foreground"); | ||
| 2381 | DEFSYM (Qbackground, "background"); | ||
| 2382 | DEFSYM (Qfont, "font"); | 2380 | DEFSYM (Qfont, "font"); |
| 2383 | DEFSYM (Qface, "face"); | 2381 | DEFSYM (Qface, "face"); |
| 2384 | DEFSYM (Qstipple, "stipple"); | ||
| 2385 | DEFSYM (Qunderline, "underline"); | ||
| 2386 | DEFSYM (Qread_only, "read-only"); | 2382 | DEFSYM (Qread_only, "read-only"); |
| 2387 | DEFSYM (Qinvisible, "invisible"); | 2383 | DEFSYM (Qinvisible, "invisible"); |
| 2388 | DEFSYM (Qintangible, "intangible"); | 2384 | DEFSYM (Qintangible, "intangible"); |
| @@ -2395,8 +2391,6 @@ inherits it if NONSTICKINESS is nil. The `front-sticky' and | |||
| 2395 | 2391 | ||
| 2396 | /* Properties that text might use to specify certain actions. */ | 2392 | /* Properties that text might use to specify certain actions. */ |
| 2397 | 2393 | ||
| 2398 | DEFSYM (Qmouse_left, "mouse-left"); | ||
| 2399 | DEFSYM (Qmouse_entered, "mouse-entered"); | ||
| 2400 | DEFSYM (Qpoint_left, "point-left"); | 2394 | DEFSYM (Qpoint_left, "point-left"); |
| 2401 | DEFSYM (Qpoint_entered, "point-entered"); | 2395 | DEFSYM (Qpoint_entered, "point-entered"); |
| 2402 | 2396 | ||