aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-30 02:29:38 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-30 02:29:38 -0400
commit59be0a78dff68ee4a2fc29e33705fbc0c8b6c850 (patch)
tree77668df5741c8126ccbabf644625d6f22b65ebe4 /src/term.h
parentc9385fa719d5997ffed17f60422928730bf1ece6 (diff)
downloadrunes-59be0a78dff68ee4a2fc29e33705fbc0c8b6c850.tar.gz
runes-59be0a78dff68ee4a2fc29e33705fbc0c8b6c850.zip
this is never used except by the backend
Diffstat (limited to 'src/term.h')
-rw-r--r--src/term.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/term.h b/src/term.h
index 5a4f1ae..41f1456 100644
--- a/src/term.h
+++ b/src/term.h
@@ -8,7 +8,6 @@ struct runes_term {
RunesConfig config;
cairo_t *cr;
- cairo_t *backend_cr;
uv_loop_t *loop;
PangoLayout *layout;