summaryrefslogtreecommitdiff
path: root/mark.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2016-01-04 00:22:34 +0000
committerXin LI <delphij@FreeBSD.org>2016-01-04 00:22:34 +0000
commit59d1fa4298584d1670edf26ee475b9b8f6a1c7bc (patch)
tree8f43d5492b0b0c6dbf3a7b8f98085e8dd6d97a78 /mark.c
parent368ca3013fcfe6e0e9470294fdc2f837025fa519 (diff)
Diffstat (limited to 'mark.c')
-rw-r--r--mark.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/mark.c b/mark.c
index c61ce034cb299..44d606fc9d2e9 100644
--- a/mark.c
+++ b/mark.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2012 Mark Nudelman
+ * Copyright (C) 1984-2015 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -15,14 +15,6 @@ extern int sc_height;
extern int jump_sline;
/*
- * A mark is an ifile (input file) plus a position within the file.
- */
-struct mark {
- IFILE m_ifile;
- struct scrpos m_scrpos;
-};
-
-/*
* The table of marks.
* Each mark is identified by a lowercase or uppercase letter.
* The final one is lmark, for the "last mark"; addressed by the apostrophe.