Mercurial > emacs
changeset 110677:2b9572647fd0
* src/point.h: Remove, unused.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 01 Oct 2010 05:19:52 -0700 |
parents | 3d2b190fdceb |
children | 7e83565f8d0e |
files | src/ChangeLog src/point.h |
diffstat | 2 files changed, 4 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Oct 01 13:52:23 2010 +0200 +++ b/src/ChangeLog Fri Oct 01 05:19:52 2010 -0700 @@ -1,3 +1,7 @@ +2010-10-01 Dan Nicolaescu <dann@ics.uci.edu> + + * point.h: Remove, unused. + 2010-10-01 Eli Zaretskii <eliz@gnu.org> * makefile.w32-in (TAGS, frc, TAGS-LISP, ../nt/TAGS, tags)
--- a/src/point.h Fri Oct 01 13:52:23 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -#define point_width 5 -#define point_height 19 -static char point_bits[] = { - 0x1f, 0x0e, 0x0e, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x04, 0x04, 0x0e, 0x0e, 0x1f}; - -/* arch-tag: a8dad510-7254-4964-b71e-bb6f81cce572 - (do not change this comment) */