aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog4
-rw-r--r--src/point.h8
2 files changed, 4 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1d337527ef..cd25d7d88e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2010-10-01 Dan Nicolaescu <[email protected]>
+
+ * point.h: Remove, unused.
+
2010-10-01 Eli Zaretskii <[email protected]>
* 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 0156e1baed..0000000000
--- 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) */