Mercurial > emacs
changeset 28200:74c497c73315
(calculate_costs): Remove code dealing with X frames.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 19 Mar 2000 17:01:24 +0000 |
parents | 56a776500341 |
children | a0ab695cf3d6 |
files | src/term.c |
diffstat | 1 files changed, 0 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/src/term.c Sun Mar 19 17:00:51 2000 +0000 +++ b/src/term.c Sun Mar 19 17:01:24 2000 +0000 @@ -1443,16 +1443,6 @@ FRAME_COST_BAUD_RATE (frame) = baud_rate; scroll_region_cost = string_cost (f); -#ifdef HAVE_X_WINDOWS - if (FRAME_X_P (frame)) - { - do_line_insertion_deletion_costs (frame, 0, ".5*", 0, ".5*", - 0, 0, - x_screen_planes (frame)); - scroll_region_cost = 0; - return; - } -#endif /* These variables are only used for terminal stuff. They are allocated once for the terminal frame of X-windows emacs, but not used afterwards.