diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-10-01 05:19:52 -0700 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-10-01 05:19:52 -0700 |
commit | 321401d15f5f82ff25efefe810904c8132313711 (patch) | |
tree | 0bdb1b75c23cf8cc8abf7ddd2781a61971db6d99 /src | |
parent | 1dc253e89b464607ee8dadd309bf1cef8c89b5ca (diff) | |
download | emacs-321401d15f5f82ff25efefe810904c8132313711.tar.gz |
* src/point.h: Remove, unused.
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 4 | ||||
-rw-r--r-- | src/point.h | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1d337527eff..cd25d7d88ec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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) diff --git a/src/point.h b/src/point.h deleted file mode 100644 index 0156e1baed2..00000000000 --- a/src/point.h +++ /dev/null @@ -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) */ |