diff options
| author | Kim F. Storm | 2003-03-31 20:36:05 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-03-31 20:36:05 +0000 |
| commit | b5bcda6db2215381c7d31d4bfbe06dde1f1ed9b8 (patch) | |
| tree | 42311df02a262ac0435517c9843e5a8a29b04984 | |
| parent | 92a373e30f1114d7a2ce21998d1de4ad4991158c (diff) | |
| download | emacs-b5bcda6db2215381c7d31d4bfbe06dde1f1ed9b8.tar.gz emacs-b5bcda6db2215381c7d31d4bfbe06dde1f1ed9b8.zip | |
Remove extern decl for frame parameter vars.
| -rw-r--r-- | src/xfaces.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index cb6ace62889..71c2915e806 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -337,11 +337,6 @@ extern Lisp_Object Qmode_line; | |||
| 337 | 337 | ||
| 338 | Lisp_Object Qface_alias; | 338 | Lisp_Object Qface_alias; |
| 339 | 339 | ||
| 340 | /* Names of frame parameters related to faces. */ | ||
| 341 | |||
| 342 | extern Lisp_Object Qscroll_bar_foreground, Qscroll_bar_background; | ||
| 343 | extern Lisp_Object Qborder_color, Qcursor_color, Qmouse_color; | ||
| 344 | |||
| 345 | /* Default stipple pattern used on monochrome displays. This stipple | 340 | /* Default stipple pattern used on monochrome displays. This stipple |
| 346 | pattern is used on monochrome displays instead of shades of gray | 341 | pattern is used on monochrome displays instead of shades of gray |
| 347 | for a face background color. See `set-face-stipple' for possible | 342 | for a face background color. See `set-face-stipple' for possible |