Mercurial > emacs
changeset 96331:ad8ead4749dd
(FONT_AVG_WIDTH): Remove obsolete macro.
(CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Thu, 26 Jun 2008 16:20:25 +0000 |
parents | 135b50db2ad7 |
children | 6b2f59b26da1 |
files | src/w32term.h |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32term.h Thu Jun 26 15:26:58 2008 +0000 +++ b/src/w32term.h Thu Jun 26 16:20:25 2008 +0000 @@ -29,13 +29,8 @@ #define FONT_HEIGHT(f) ((f)->height) #define FONT_BASE(f) ((f)->ascent) #define FONT_DESCENT(f) ((f)->descent) -#define FONT_AVG_WIDTH(f) ((f)->average_width) #define CP_DEFAULT 1004 -/* Special pseudo-codepages. */ -#define CP_8BIT -1 -#define CP_UNICODE -2 -#define CP_UNKNOWN -3 #define CHECK_W32_FRAME(f, frame) \ if (NILP (frame)) \