aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-03-11 23:15:34 +0100
committerThomas White <taw@bitwiz.org.uk>2014-03-11 23:15:34 +0100
commitcd5b7c2b8905619e2c66959178c92fc41a712eb7 (patch)
tree34dc48dd9dbc560342693b2b93b6e4fdacbfaec3 /src/frame.h
parente16371560338dc7596aeed75c0ea2fd6288c7088 (diff)
New way of doing cursor position
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/frame.h b/src/frame.h
index e1cfccd..beb8187 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -53,8 +53,6 @@ struct frame
int max_lines;
struct wrap_line *lines;
- size_t pos;
-
/* The rectangle allocated to this frame, determined by the renderer */
double x;
double y;