From: Dan Nicolaescu Date: Fri, 1 Oct 2010 12:19:52 +0000 (-0700) Subject: * src/point.h: Remove, unused. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~46^2~269 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=321401d15f5f82ff25efefe810904c8132313711;p=emacs.git * src/point.h: Remove, unused. --- 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 + + * point.h: Remove, unused. + 2010-10-01 Eli Zaretskii * 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) */