diff options
author | Dmitry Antipov <dmantipov@yandex.ru> | 2013-10-14 14:55:24 +0400 |
---|---|---|
committer | Dmitry Antipov <dmantipov@yandex.ru> | 2013-10-14 14:55:24 +0400 |
commit | e558436b778c0199caaff0ce40b9a279bacf640e (patch) | |
tree | 80ab2b669ca83757b324c581f1f31b196e4ba8cf /src/xfaces.c | |
parent | 3083cf62015294c41ca2accf3f4fa642b7687bbf (diff) | |
download | emacs-e558436b778c0199caaff0ce40b9a279bacf640e.tar.gz |
* xfaces.c (PT_PER_INCH): Remove unused macro.
* termhooks.h (struct terminal): Remove set-but-unused
member fast_clear_end_of_line.
(FRAME_FAST_CLEAR_END_OF_LINE): Remove.
* nsterm.m (ns_create_terminal):
* term.c (init_tty):
* w32term.c (w32_create_terminal):
* xterm.c (x_create_terminal): Adjust users.
Diffstat (limited to 'src/xfaces.c')
-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 7e83972955c..828788b4abd 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -231,11 +231,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #ifdef HAVE_NS #define GCGraphicsExposures 0 #endif /* HAVE_NS */ - -/* Number of pt per inch (from the TeXbook). */ - -#define PT_PER_INCH 72.27 - #endif /* HAVE_WINDOW_SYSTEM */ #include "buffer.h" |