diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-12-22 15:56:39 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-12-22 18:13:01 +0100 |
| commit | 25f5a92cd32d62b3c8496af9083e8222c858efaf (patch) | |
| tree | 5473d3631daf51d85bc4917176de42a3f1b08d3b /text.h | |
| parent | c6d76158b597d6c9bcfe222129d2897fececc45f (diff) | |
| download | vis-25f5a92cd32d62b3c8496af9083e8222c858efaf.tar.gz vis-25f5a92cd32d62b3c8496af9083e8222c858efaf.tar.xz | |
text: remove Filepos typedef
The idea might be good, but it was almost unused.
Diffstat (limited to 'text.h')
| -rw-r--r-- | text.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -14,8 +14,6 @@ typedef uintptr_t Mark; #define EMARK ((Mark)0) /* invalid mark */ #define EPOS ((size_t)-1) /* invalid position */ -typedef size_t Filepos; - typedef struct { size_t start, end; /* range in bytes from start of the file */ } Filerange; |
