]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/point.h: Remove, unused.
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 1 Oct 2010 12:19:52 +0000 (05:19 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 1 Oct 2010 12:19:52 +0000 (05:19 -0700)
src/ChangeLog
src/point.h [deleted file]

index 1d337527effb9e86613ad8c7c2e3b6a14de99239..cd25d7d88ec4dcd9dfc3d8746be267ca7ac53ba2 100644 (file)
@@ -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 (file)
index 0156e1b..0000000
+++ /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) */