From: Jason Rumney Date: Thu, 26 Jun 2008 16:20:49 +0000 (+0000) Subject: (FONT_AVG_WIDTH): Remove obsolete macro. X-Git-Tag: emacs-pretest-23.0.90~4463 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97e716559d1444de043faeacb1d46af297f2a98c;p=emacs.git (FONT_AVG_WIDTH): Remove obsolete macro. (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants. --- diff --git a/src/ChangeLog b/src/ChangeLog index 05873b192cf..f0095e61bb8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-06-26 Jason Rumney + + * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro. + (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants. + 2008-06-26 Juanma Barranquero * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o. diff --git a/src/w32term.h b/src/w32term.h index defb3231d5f..f796e597bef 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -29,13 +29,8 @@ along with GNU Emacs. If not, see . */ #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)) \